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 86f1dee commit 5cd5097Copy full SHA for 5cd5097
install/vayu.sh
@@ -1,5 +1,7 @@
1
#!/system/bin/sh
2
3
+$SETUP || exit 0 # only run if creating config files
4
+
5
# Create folder for current OS
6
mkdir -p "$BOOTSET/$1"
7
TEMP="$(mktemp -d)"
@@ -79,4 +81,4 @@ fi
79
81
cp "$TEMP/boot/boot.img-zImage" "$BOOTSET/$1/kernel"
80
82
83
# Copy rd
-cp "$TEMP/boot/boot.img-ramdisk.gz" "$BOOTSET/$1/initrd.cpio.gz"
84
+cp "$TEMP/boot/boot.img-ramdisk.gz" "$BOOTSET/$1/initrd.cpio.gz"
0 commit comments