From ae79a8de3aca6161a9b61635a127091874d59240 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Tue, 22 May 2018 16:34:09 +0000 Subject: [PATCH] enable scripts for release --- build-devkit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-devkit.sh b/build-devkit.sh index 6629256..e726a28 100755 --- a/build-devkit.sh +++ b/build-devkit.sh @@ -5,9 +5,9 @@ # devkitA64 release 9 #--------------------------------------------------------------------------------- -if [ "scripts" != "enabled" ] ; then +if [ 1 -eq 0 ] ; then echo "Please use the latest release buildscripts unless advised otherwise by devkitPro staff." - echo "https://github.com/devkitPro/buildscripts/releases" + echo "https://github.com/devkitPro/buildscripts/releases/latest" echo echo "The scripts in the git repository may be dependent on things which currently only exist" echo "on developer machines. This is not a bug, use stable releases."