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 711218a commit ea019f4Copy full SHA for ea019f4
install/vayu.sh
@@ -1,6 +1,6 @@
1
#!/system/bin/sh
2
3
-$SETUP || exit 0 # only run if creating config files
+$BOOTED && exit 0 # only run if bootloader is being installed
4
5
# Create folder for current OS
6
mkdir -p "$BOOTSET/$1"
0 commit comments