From 0544d866fcd5bbf15837342720d9bb5c92732e60 Mon Sep 17 00:00:00 2001 From: bryan Date: Sat, 17 Jun 2023 10:23:38 -0400 Subject: [PATCH] Update refs --- README.md | 6 +++--- forum.bbcode | 6 +++--- installJRMC | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fdaa1d3..bb4632c 100755 --- a/README.md +++ b/README.md @@ -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.19" (default: latest version) + Build or install a specific MC version, ex. "31.0.23" (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.19` +* `installJRMC --install local --compat --restorefile /path/to/license.mjr --mcversion 31.0.23` - Build and install an MC 31.0.19 comptability RPM locally and activate it using the `/path/to/license.mjr` + Build and install an MC 31.0.23 comptability RPM locally and activate it using the `/path/to/license.mjr` * `installJRMC --createrepo --createrepo-webroot /srv/jriver/repo --createrepo-user www-user` diff --git a/forum.bbcode b/forum.bbcode index 56fe542..dc470c7 100644 --- a/forum.bbcode +++ b/forum.bbcode @@ -27,7 +27,7 @@ $ installJRMC --help --compat Build/install MC without minimum dependency version requirements --mcversion VERSION - Build or install a specific MC version, ex. "31.0.19" + Build or install a specific MC version, ex. "31.0.23" --arch ARCH Specify the MC architecture, ex. "amd64", "arm64", etc (default: host architecture) --outputdir PATH @@ -106,8 +106,8 @@ Install the latest version of MC from the best available repository. Install a more widely-compatible version of the latest MC version. [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. -[code]installJRMC --install local --compat --restorefile /path/to/license.mjr --mcversion 31.0.19[/code] -Build and install an MC 31.0.19 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.23[/code] +Build and install an MC 31.0.23 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] 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] diff --git a/installJRMC b/installJRMC index 5e0c22d..03c87f9 100755 --- a/installJRMC +++ b/installJRMC @@ -19,7 +19,7 @@ shopt -s extglob declare -g SCRIPTVERSION="1.0-rc9" declare -g BOARDURL="https://yabb.jriver.com/interact/index.php/board,80.0.html" # MC31 declare -g DEBIANBASE="bullseye" -declare -g MC_VERSION_HARDCODE="31.0.19" # Do find all replace +declare -g MC_VERSION_HARDCODE="31.0.23" # Do find all replace printHelp() { debug "Running: ${FUNCNAME[0]}" @@ -40,7 +40,7 @@ printHelp() { --compat Build/install MC locally without minimum dependency version requirements --mcversion VERSION - Specify the MC version, ex. "31.0.19" (default: latest version) + Specify the MC version, ex. "31.0.23" (default: latest version) --arch VERSION Specify the MC architecture, ex. "amd64", "arm64", etc (default: host architecture) --outputdir PATH