7 lines
288 B
Bash
Executable File
7 lines
288 B
Bash
Executable File
#!/usr/bin/env -S bash -xe
|
|
adb sideload ../flashing/lineage/lineage-21.0-20241127-nightly-a71-signed.zip
|
|
|
|
# Needed for Magisk to be available
|
|
read -p "Boot into download moe and press any key to continue.. " -n1 -s
|
|
heimdall flash --BOOT ../flashing/lineage/magisk_patched-28000_gXOCu.img
|