Rollup for new minor version, may be buggy

This commit is contained in:
2025-06-02 13:43:23 -04:00
parent afb9ff6ed5
commit eb9c9fbf9d
3 changed files with 39 additions and 47 deletions

View File

@@ -29,7 +29,7 @@ $ installJRMC --help
--compat
Build/install MC without minimum dependency version requirements
--mcversion VERSION
Build or install a specific MC version, ex. "34.0.20" or "33" (default: latest)
Build or install a specific MC version, ex. "34.0.31" or "33" (default: latest)
--mcrepo REPO
Specify the MC repository, ex. "bullseye", "bookworm", "noble", etc (default: latest official)
--arch ARCH
@@ -114,9 +114,9 @@ Multiple services (but not `--service-types`) can be installed at one time using
Install the latest version of MC from the best available repository.
* `installJRMC --mcversion 32 --debug`
* `installJRMC --mcversion 33 --debug`
Install the latest version of MC32 from the best available repository with debugging output.
Install the latest version of MC33 from the best available repository with debugging output.
* `installJRMC --install local --compat`
@@ -126,9 +126,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 34.0.20`
* `installJRMC --install local --compat --restorefile /path/to/license.mjr --mcversion 34.0.31`
Build and install an MC 34.0.20 compatibility RPM locally and activate it using the `/path/to/license.mjr`
Build and install an MC 34.0.31 compatibility RPM locally and activate it using the `/path/to/license.mjr`
* `installJRMC --createrepo --createrepo-webroot /srv/jriver/repo --createrepo-user www-user`