Skip to content

Commit c021bf4

Browse files
committed
disable git scripts
1 parent ae79a8d commit c021bf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-devkit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# devkitA64 release 9
66
#---------------------------------------------------------------------------------
77

8-
if [ 1 -eq 0 ] ; then
8+
if [ 1 -eq 1 ] ; then
99
echo "Please use the latest release buildscripts unless advised otherwise by devkitPro staff."
1010
echo "https://github.com/devkitPro/buildscripts/releases/latest"
1111
echo

0 commit comments

Comments
 (0)