-
Notifications
You must be signed in to change notification settings - Fork 0
4. Advanced Usage
Kevin edited this page Apr 12, 2022
·
2 revisions
OMM is designed to be flexible. OMM can be used on custom forks, but omm can't resolve mod versions.
installing mod of specific version by using @
omm install https://github.com/myname/omm-fun-mod@v12-1.8
If you have a good mod list why not share it to others? Just share your omm.yml
and other people can just run omm apply
and boom. They have it too.
You can set certain variables by using flags.
For example,
omm install {url} -o {openpilot path}
flag | env | default | explain |
---|---|---|---|
-m | OMM_PATH | ~/.omm | path to omm folder |
-o | OPENPILOT_PATH | {current dir} | path to openpilot repo |
-v | N/A | false | varbose toggle, display extra info in stdout, good for debugging |
-f | N/A | false | force install. only for install command. This will skip cache and ignore if it's already installed. |
if your command failed, add -v
flag to your command to see why it's failed.