From 0778d4209c3b786c7f4ace827ffd3a105c23abeb Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Wed, 13 Jun 2018 19:24:53 +0100 Subject: [PATCH] disable git buildscripts --- build-devkit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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