Skip to content

v0.2.3

Compare
Choose a tag to compare
@DerGoogler DerGoogler released this 23 Oct 15:00
· 33 commits to master since this release

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