disable git buildscripts

This commit is contained in:
Dave Murphy 2018-06-13 19:24:53 +01:00
parent bd9c326d2f
commit 0778d4209c

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