mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-06 01:27:50 -05:00
enable scripts for release
This commit is contained in:
parent
3a3efdafd4
commit
ae79a8de3a
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user