These scripts are used to install Magisk/KernelSU modules to Android Device by PC
You should install platform-tools(include adb,fastboot...) at first.
module_installer.ps1
: Support Windows,Linux and Mac.(Need install powershell
and type Set-ExecutionPolicy RemoteSigned
,Mac has not tested.)
module_installer.sh
: Support Linux.
# module_installer.sh
./module_installer.sh <module_path> [device]
# module_installer.ps1
pwsh ./module_installer.ps1 <module_path> [device]