Initial commit

This commit is contained in:
matt1432 2022-10-02 20:49:49 -04:00
commit 0609589d7f
5 changed files with 99 additions and 0 deletions
magiskScripts

8
magiskScripts/magisk.sh Normal file
View file

@ -0,0 +1,8 @@
## 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