Skip to content

Commit ae79a8d

Browse files
committed
enable scripts for release
1 parent 3a3efda commit ae79a8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-devkit.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# devkitA64 release 9
66
#---------------------------------------------------------------------------------
77

8-
if [ "scripts" != "enabled" ] ; then
8+
if [ 1 -eq 0 ] ; then
99
echo "Please use the latest release buildscripts unless advised otherwise by devkitPro staff."
10-
echo "https://github.com/devkitPro/buildscripts/releases"
10+
echo "https://github.com/devkitPro/buildscripts/releases/latest"
1111
echo
1212
echo "The scripts in the git repository may be dependent on things which currently only exist"
1313
echo "on developer machines. This is not a bug, use stable releases."

0 commit comments

Comments
 (0)