From 9f518e2f8d78ce1879d1d17e7ae55a3d11f3f11a Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Tue, 3 Jul 2018 10:52:02 +0100 Subject: [PATCH] disable git scripts --- build-devkit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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