Skip to content

Commit

Permalink
vayu: Only run install screen on setup
Browse files Browse the repository at this point in the history
  • Loading branch information
luka177 authored Jan 18, 2025
1 parent 86f1dee commit 5cd5097
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install/vayu.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/system/bin/sh

$SETUP || exit 0 # only run if creating config files

# Create folder for current OS
mkdir -p "$BOOTSET/$1"
TEMP="$(mktemp -d)"
Expand Down Expand Up @@ -79,4 +81,4 @@ fi
cp "$TEMP/boot/boot.img-zImage" "$BOOTSET/$1/kernel"

# Copy rd
cp "$TEMP/boot/boot.img-ramdisk.gz" "$BOOTSET/$1/initrd.cpio.gz"
cp "$TEMP/boot/boot.img-ramdisk.gz" "$BOOTSET/$1/initrd.cpio.gz"

0 comments on commit 5cd5097

Please sign in to comment.