1.0-rc6 release

This commit is contained in:
2023-02-27 11:25:35 -05:00
parent 95479db688
commit 82179ea018
3 changed files with 142 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ $ installJRMC --help
--compat
Build/install MC without minimum dependency version requirements
--mcversion VERSION
Build or install a specific MC version, ex. "30.0.55" (default: latest version)
Build or install a specific MC version, ex. "30.0.67" (default: latest version)
--arch ARCH
Specify the MC architecture, ex. "amd64", "arm64", etc (default: host architecture)
--outputdir PATH
@@ -110,9 +110,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.55`
* `installJRMC --install local --compat --restorefile /path/to/license.mjr --mcversion 30.0.67`
Build and install an MC 30.0.55 comptability RPM locally and activate it using the `/path/to/license.mjr`
Build and install an MC 30.0.67 comptability RPM locally and activate it using the `/path/to/license.mjr`
* `installJRMC --createrepo --createrepo-webroot /srv/jriver/repo --createrepo-user www-user`