Skip to content
The TwilightBlood edited this page Jul 16, 2021 · 4 revisions

Welcome to the repo-maintain wiki!

This is where you can find detailed info about mr that isn't shown on the README

mr -I

mr -I can be run two different ways

  1. With no input, so mr -I would make a blank repo in your pwd (provided that it's empty)
  2. With input, so mr -I ~/my-repo would make a repo in your home directory

Docker information

mr comes with a shell script that sets up the docker container, and is located at ~/.local/share/repo-maintain/docker.sh. This can be edited however you like, but it works out of the box, and unless you have a different setup and need something to be changed, you shouldn't have a reason to mess with it. A lot of it is commented out because mr will install a pacstall docker which is a modified Ubuntu docker with pacstall installed. If you don't want that, or you wish to install from the pacstall install script every time, un-comment everything except the first line of docker.sh, and edit mr's -T flag to use ubuntu:latest instead of pacstall:latest