We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3efda commit ae79a8dCopy full SHA for ae79a8d
build-devkit.sh
@@ -5,9 +5,9 @@
5
# devkitA64 release 9
6
#---------------------------------------------------------------------------------
7
8
-if [ "scripts" != "enabled" ] ; then
+if [ 1 -eq 0 ] ; then
9
echo "Please use the latest release buildscripts unless advised otherwise by devkitPro staff."
10
- echo "https://github.com/devkitPro/buildscripts/releases"
+ echo "https://github.com/devkitPro/buildscripts/releases/latest"
11
echo
12
echo "The scripts in the git repository may be dependent on things which currently only exist"
13
echo "on developer machines. This is not a bug, use stable releases."
0 commit comments