|
@@ -32,7 +32,7 @@ $ installJRMC --help
|
|
--compat
|
|
--compat
|
|
Build/install MC without minimum dependency version requirements
|
|
Build/install MC without minimum dependency version requirements
|
|
--mcversion VERSION
|
|
--mcversion VERSION
|
|
- Build or install a specific MC version, ex. "30.0.83"
|
|
|
|
|
|
+ Build or install a specific MC version, ex. "31.0.11"
|
|
--arch ARCH
|
|
--arch ARCH
|
|
Specify the MC architecture, ex. "amd64", "arm64", etc (default: host architecture)
|
|
Specify the MC architecture, ex. "amd64", "arm64", etc (default: host architecture)
|
|
--outputdir PATH
|
|
--outputdir PATH
|
|
@@ -111,8 +111,8 @@ Install the latest version of MC from the best available repository.
|
|
Install a more widely-compatible version of the latest MC version.
|
|
Install a more widely-compatible version of the latest MC version.
|
|
[code]installJRMC --install repo --service jriver-mediacenter --service-type user[/code]
|
|
[code]installJRMC --install repo --service jriver-mediacenter --service-type user[/code]
|
|
Install MC from the repository and start/enable jriver-mediacenter.service as a user service.
|
|
Install MC from the repository and start/enable jriver-mediacenter.service as a user service.
|
|
-[code]installJRMC --install local --compat --restorefile /path/to/license.mjr --mcversion 30.0.83[/code]
|
|
|
|
-Build and install an MC 30.0.83 comptability RPM locally and activate it using the /path/to/license.mjr
|
|
|
|
|
|
+[code]installJRMC --install local --compat --restorefile /path/to/license.mjr --mcversion 31.0.11[/code]
|
|
|
|
+Build and install an MC 31.0.11 comptability RPM locally and activate it using the /path/to/license.mjr
|
|
[code]installJRMC --createrepo --createrepo-webroot /srv/jriver/repo --createrepo-user www-user[/code]
|
|
[code]installJRMC --createrepo --createrepo-webroot /srv/jriver/repo --createrepo-user www-user[/code]
|
|
Build an RPM locally for the current distro, move it to the webroot, and run createrepo as www-user.
|
|
Build an RPM locally for the current distro, move it to the webroot, and run createrepo as www-user.
|
|
[code]installJRMC --service jriver-createrepo --createrepo-webroot /srv/jriver/repo --createrepo-user www-user[/code]
|
|
[code]installJRMC --service jriver-createrepo --createrepo-webroot /srv/jriver/repo --createrepo-user www-user[/code]
|