disable git scripts

This commit is contained in:
Dave Murphy 2018-07-03 10:52:02 +01:00
parent df5a8f947a
commit 9f518e2f8d

View File

@ -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