9 lines
250 B
Bash
9 lines
250 B
Bash
|
## prepare magisk files for rooting // TODO : automate updates
|
||
|
## https://github.com/topjohnwu/magisk-files
|
||
|
mkdir magisk
|
||
|
cd magisk/
|
||
|
wget https://cdn.jsdelivr.net/gh/topjohnwu/magisk-files@25.2/app-release.apk
|
||
|
unzip app-release.apk
|
||
|
|
||
|
## helper scripts
|