diff --git a/build-devkit.sh b/build-devkit.sh index ecb1007..46c32eb 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