Fix webroot mask

This commit is contained in:
2023-03-22 12:22:35 -04:00
parent c8c610b3eb
commit 82113fb470
3 changed files with 49 additions and 48 deletions

View File

@@ -23,7 +23,7 @@ $ installJRMC --help
--compat
Build/install MC without minimum dependency version requirements
--mcversion VERSION
Build or install a specific MC version, ex. "30.0.72" (default: latest version)
Build or install a specific MC version, ex. "30.0.83" (default: latest version)
--arch ARCH
Specify the MC architecture, ex. "amd64", "arm64", etc (default: host architecture)
--outputdir PATH
@@ -112,9 +112,9 @@ Multiple services (but not `--service-types`) can be installed at one time using
Install MC from the repository and start/enable `jriver-mediacenter.service` as a user service.
* `installJRMC --install local --compat --restorefile /path/to/license.mjr --mcversion 30.0.72`
* `installJRMC --install local --compat --restorefile /path/to/license.mjr --mcversion 30.0.83`
Build and install an MC 30.0.72 comptability RPM locally and activate it using the `/path/to/license.mjr`
Build and install an MC 30.0.83 comptability RPM locally and activate it using the `/path/to/license.mjr`
* `installJRMC --createrepo --createrepo-webroot /srv/jriver/repo --createrepo-user www-user`