Update for MC32

This commit is contained in:
2024-01-19 14:41:18 -05:00
parent ff5051acd7
commit 447683a201
2 changed files with 8 additions and 7 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. "31.0.43" (default: latest version)
Build or install a specific MC version, ex. "32.0.6" (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 31.0.43`
* `installJRMC --install local --compat --restorefile /path/to/license.mjr --mcversion 32.0.6`
Build and install an MC 31.0.43 comptability RPM locally and activate it using the `/path/to/license.mjr`
Build and install an MC 32.0.6 comptability RPM locally and activate it using the `/path/to/license.mjr`
* `installJRMC --createrepo --createrepo-webroot /srv/jriver/repo --createrepo-user www-user`