Skip to content

Commit ea019f4

Browse files
authored
vayu: make sure we extract current boot img in repair flow
1 parent 711218a commit ea019f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/vayu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/system/bin/sh
22

3-
$SETUP || exit 0 # only run if creating config files
3+
$BOOTED && exit 0 # only run if bootloader is being installed
44

55
# Create folder for current OS
66
mkdir -p "$BOOTSET/$1"

0 commit comments

Comments
 (0)