Magisk Module Installer

This commit is contained in:
topjohnwu
2019-03-28 10:00:56 -04:00
parent f8c14b4455
commit f9bd37f7f2
10 changed files with 208 additions and 1 deletions

View File

@ -0,0 +1,10 @@
#!/sbin/sh
# This is a dummy file that should be replaced with a proper installer script
# If you are creating a module locally for personal usage or testing,
# download the script in the following URL:
# https://github.com/topjohnwu/Magisk/blob/master/scripts/module_installer.sh
# And replace this script with the downloaded script
# Error, this script should always be replaced
exit 1

View File

@ -0,0 +1 @@
#MAGISK