Update version refs

This commit is contained in:
2023-08-13 13:07:42 -04:00
parent 52f06676a5
commit fd3f82f88a
4 changed files with 10 additions and 135 deletions

View File

@@ -19,12 +19,12 @@ shopt -s extglob
declare -g SCRIPTVERSION="1.0-dev"
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.23" # Do find all replace
declare -g MC_VERSION_HARDCODE="31.0.43" # Do find all replace
printHelp() {
debug "Running: ${FUNCNAME[0]}"
cat <<-'EOF'
cat <<-EOF
USAGE:
installJRMC [[OPTION] [VALUE]]...
@@ -40,7 +40,7 @@ printHelp() {
--compat
Build/install MC locally without minimum dependency version requirements
--mcversion VERSION
Specify the MC version, ex. "31.0.23" (default: latest version)
Specify the MC version, ex. "$MC_VERSION_HARDCODE" (default: latest version)
--arch VERSION
Specify the MC architecture, ex. "amd64", "arm64", etc (default: host architecture)
--outputdir PATH
@@ -62,7 +62,7 @@ printHelp() {
--createrepo-webroot PATH
Specify the webroot directory to install the repo (default: /var/www/jriver)
--createrepo-user USER
Specify the web server user if it differs from $USER
Specify the web server user if it differs from \$USER
--uninstall, -u
Uninstall JRiver MC, remove services, containers, and firewall rules (does not remove library files)
--yes, -y, --auto
@@ -87,7 +87,7 @@ printHelp() {
Enable and start a new Xvnc session running JRiver Media Center
--vncpass PASSWORD
Set the vnc password for x11vnc/Xvnc access. If no password is set, installJRMC
will either use existing password stored in $HOME/.vnc/jrmc_passwd or use no password
will either use existing password stored in \$HOME/.vnc/jrmc_passwd or use no password
--display DISPLAY
Display to use for x11vnc/Xvnc (default: The current display (x11vnc) or the
current display incremented by 1 (Xvnc))