bryan 1 hete
szülő
commit
de38073978
2 módosított fájl, 5 hozzáadás és 5 törlés
  1. 3 3
      README.md
  2. 2 2
      installJRMC

+ 3 - 3
README.md

@@ -28,7 +28,7 @@ $ installJRMC --help
 --compat
     Build/install MC without minimum dependency version requirements
 --mcversion VERSION
-    Build or install a specific MC version, ex. "34.0.42" or "33" (default: latest)
+    Build or install a specific MC version, ex. "34.0.48" or "33" (default: latest)
 --mcrepo REPO
     Specify the MC repository, ex. "bullseye", "bookworm", "noble", etc (default: latest official)
 --arch ARCH
@@ -133,9 +133,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.42`
+* `installJRMC --install local --compat --restorefile /path/to/license.mjr --mcversion 34.0.48`
 
-    Build and install an MC 34.0.42 compatibility RPM locally and activate it using the `/path/to/license.mjr`
+    Build and install an MC 34.0.48 compatibility RPM locally and activate it using the `/path/to/license.mjr`
 
 * `installJRMC --createrepo --createrepo-webroot /srv/jriver/repo --createrepo-user www-user`
 

+ 2 - 2
installJRMC

@@ -21,8 +21,8 @@
 # shellcheck disable=SC2317
 shopt -s extglob
 
-declare -g SCRIPT_VERSION="1.34.5-dev"
-declare -g MC_VERSION="34.0.42" # do find all replace (hardcoded fallback)
+declare -g SCRIPT_VERSION="1.34.5"
+declare -g MC_VERSION="34.0.48" # do find all replace (hardcoded fallback)
 declare -g MC_REPO="bookworm" # should match the MC_VERSION
 declare -g BOARD_ID="89.0" # MC34 board ID for automatic version detection
 declare -gi SELF_UPDATE_SWITCH=1 # 0 to disable installJRMC self-update