From dd603ab7f34459b9d2b9f7b55f667b8221310df8 Mon Sep 17 00:00:00 2001 From: bryan Date: Wed, 11 Jan 2023 12:30:30 -0500 Subject: [PATCH] More pesky ;; --- installJRMC | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/installJRMC b/installJRMC index c8b9e2e..aa2922b 100755 --- a/installJRMC +++ b/installJRMC @@ -2,7 +2,7 @@ # Install JRiver Media Center and associated services # See installJRMC --help or printHelp() below # -# Copyright (c) 2021-2022 Bryan C. Roessler +# Copyright (c) 2021-2023 Bryan C. Roessler # This software is released under the Apache License. # https://www.apache.org/licenses/LICENSE-2.0 # @@ -21,7 +21,7 @@ declare -g OUTPUTDIR="$PWD/output" declare -g BOARDURL="https://yabb.jriver.com/interact/index.php/board,76.0.html" # MC30 (Buster) declare -g DEBIANBASE="buster" -declare -g MCVERSION_HARDCODE="30.0.45" # Hardcoded fallback +declare -g MCVERSION_HARDCODE="30.0.48" # Hardcoded fallback declare -g CREATEREPO_WEBROOT="/var/www/jriver" declare -g USER="${SUDO_USER:-$USER}" @@ -293,6 +293,7 @@ init() { err "OS detection failed!" exit 1 fi + ;; esac debug "Using host platform: $ID $VERSION_ID"