Initial commit
This commit is contained in:
commit
0609589d7f
5 changed files with 99 additions and 0 deletions
magiskScripts
8
magiskScripts/magisk.sh
Normal file
8
magiskScripts/magisk.sh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue