Skip to content

Required module if you want to install modules from Explore

Notifications You must be signed in to change notification settings

syspwda/mmrl_install_tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMRL Install Tools

Required module if you want to install modules from Explore

GitHub all releases

Included features

  • Configuing MMRL's installer
  • Logcat logger for MMRL

Installation

Pick the latest release and install it via your root manager (e.g. Magisk, KernelSU or APatch). After a reboot you can install modules via MMRL.

You also able to configure the module within MMRL

Install scripts

Magisk

curl -L "https://github.com/Googlers-Repo/mmrl_install_tools/releases/latest/download/module.zip" --output "/data/local/tmp/mmrl_install_tools.zip" && /system/bin/magisk --install-module "/data/local/tmp/mmrl_install_tools.zip"

KernelSU

curl -L "https://github.com/Googlers-Repo/mmrl_install_tools/releases/latest/download/module.zip" --output "/data/local/tmp/mmrl_install_tools.zip" && /data/adb/ksu/bin/ksud module install "/data/local/tmp/mmrl_install_tools.zip"

APatch

curl -L "https://github.com/Googlers-Repo/mmrl_install_tools/releases/latest/download/module.zip" --output "/data/local/tmp/mmrl_install_tools.zip" && /data/adb/ap/bin/apd module install "/data/local/tmp/mmrl_install_tools.zip"

API

API documentation for install script. Everthing from useModConf.ts is also available.

Explore installer

ENV DESC
MMRL Is always true
MMRL_VER Prints the current MMRL version
NAME Module id
URL Download url of the zip file
ROOTMANAGER Prints the current used root manager

Local installer

ENV DESC
MMRL Is always true
MMRL_VER Prints the current MMRL version
NAME Module id
ZIPFILE Location path to install the module
ROOTMANAGER Prints the current used root manager

About

Required module if you want to install modules from Explore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 69.1%
  • JavaScript 30.9%