7 lines
280 B
Bash
Executable File
7 lines
280 B
Bash
Executable File
#!/usr/bin/env -S bash -xe
|
|
adb sideload ../flashing/lineage/lineage-21.0-20241127-nightly-a71-signed.zip
|
|
|
|
# not needed if already rooted apparently
|
|
# read -p "Boot into download moe and press any key to continue.. " -n1 -s
|
|
# heimdall flash --BOOT ./magisk_patched-28000_gXOCu.img
|