Releases: DerGoogler/MMRL-CLI
Releases · DerGoogler/MMRL-CLI
v0.3.11
v0.3.10
Upgrade
mmrl upself 0.3.10
What's new?
- Updated
common/repo.json
v0.3.9
Upgrade
mmrl upself 0.3.9
What's new?
- Fixed EOL
v0.3.8
Upgrade
mmrl upself 0.3.8
What's new?
- Auto find root cli's
v0.3.7
Upgrade
mmrl upself 0.3.7
What's new?
- Fixed ModConf error
v0.3.6
Upgrade
mmrl upself 0.3.6
What's new?
- Fixed Magisk install issue
- Added MMAR V2 to the default repos
- CLI handles now invalid repos
v0.3.4
Upgrade
mmrl upself 0.3.4
v0.3.3
Upgrade
mmrl upself 0.3.3
What's new?
- Improved error handling
- Improved MMRL app support
- Added
repo
subcommand - Added support to install local modules
- Removed download progress bar due to deadlock in MMRL
- Other improvements
- Added ModConf
Set up for MMRL app
- Open side menu
- Open ModFS
- Scroll all the way down to
EXPLORE_INSTALL
andLOCAL_INSTALL
- Open
EXPLORE_INSTALL
and enter-
mmrl install -y "<URL>"
-
- Then open
LOCAL_INSTALL
and enter-
mmrl install local -y "<ZIPFILE>"
-
- There you go
-y
ensures that no confirm is needed.
Thanks to @devnoname120 for the fixed zip file
v0.2.3
Upgrade
mmrl upself 0.2.3
- Modules can now installed via a git repo
- Modules can now
enabled
,disabled
orremoved
- Some other fixes
Install modules from a git repo
mmrl install https://github.com/Googlers-Repo/gcc.git
+ mmrl install https://github.com/Googlers-Repo/gcc.git
- mmrl install https://github.com/Googlers-Repo/gcc
Change module state
# Enable - Removes "remove" and "disable" files
mmrl enable mkshrc
# Disable
mmrl disable mkshrc
# Remove
mmrl remove mkshrc
v0.1.3
- More repos can now added
Upgrade
mmrl upself 0.1.3