Skip to content

Releases: DerGoogler/MMRL-CLI

v0.3.8

29 Jun 11:24
Compare
Choose a tag to compare

Upgrade

mmrl upself 0.3.8

What's new?

  • Auto find root cli's

v0.3.7

27 Jun 10:26
Compare
Choose a tag to compare

Upgrade

mmrl upself 0.3.7

What's new?

  • Fixed ModConf error

v0.3.6

26 Jun 17:06
Compare
Choose a tag to compare

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

22 Jun 10:29
ee96540
Compare
Choose a tag to compare

Upgrade

mmrl upself 0.3.4

v0.3.3

25 May 18:26
Compare
Choose a tag to compare

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

  1. Open side menu
  2. Open ModFS
  3. Scroll all the way down to EXPLORE_INSTALL and LOCAL_INSTALL
  4. Open EXPLORE_INSTALL and enter
    • mmrl install -y "<URL>"
  5. Then open LOCAL_INSTALL and enter
    • mmrl install local -y "<ZIPFILE>"
  6. There you go

-y ensures that no confirm is needed.

Thanks to @devnoname120 for the fixed zip file

v0.2.3

23 Oct 15:00
Compare
Choose a tag to compare

Upgrade

mmrl upself 0.2.3
  • Modules can now installed via a git repo
  • Modules can now enabled, disabled or removed
  • 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

21 Oct 19:02
Compare
Choose a tag to compare
  • More repos can now added

Upgrade

mmrl upself 0.1.3

v0.1.2

21 Oct 13:45
Compare
Choose a tag to compare

This is a hot fix to fix mmrl upself. Please read here the previous changes and addings

Upgrade

mmrl upself 0.1.2

v0.1.1

21 Oct 13:31
Compare
Choose a tag to compare

Upgrade with

mmrl upself 0.1.1
  • Added option to install requires of a module (use -r)
  • Added confirm (can skipped with -y)
  • Modules can now installed/downloaded from a url
  • Some other fixes/improvements

Define requires

All you have to do is create an mmrl.json file.

{
  "require": ["mkshrc", "node_on_android"]
}

There may come more features in the future.

v0.1.0

18 Oct 15:50
Compare
Choose a tag to compare
  • Initial release