diff --git a/build-devkit.sh b/build-devkit.sh index 6b13993..4c01090 100755 --- a/build-devkit.sh +++ b/build-devkit.sh @@ -5,7 +5,7 @@ # devkitA64 release 10 #--------------------------------------------------------------------------------- -if [ 0 -eq 1 ] ; then +if [ 1 -eq 1 ] ; then echo "Please use the latest release buildscripts unless advised otherwise by devkitPro staff." echo "https://github.com/devkitPro/buildscripts/releases/latest" echo