-
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
The TwilightBlood edited this page Jul 16, 2021
·
4 revisions
mr -I
can be run two different ways
- With no input, so
mr -I
would make a blank repo in yourpwd
(provided that it's empty) - With input, so
mr -I ~/my-repo
would make a repo in your home directory
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