2022-10-02 20:49:49 -04:00
|
|
|
## 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
|
2022-10-03 20:58:50 -04:00
|
|
|
wget
|
|
|
|
chmod 755 root-img.sh
|
|
|
|
|
|
|
|
wget
|
|
|
|
chmod 755 dos2unix
|
|
|
|
|
|
|
|
wget
|
|
|
|
chmod 755 getprop
|