From 005fe172980f6866ac3bf6288a9a679b1fe4b3dc Mon Sep 17 00:00:00 2001 From: bryan Date: Mon, 28 Apr 2025 21:15:25 -0400 Subject: [PATCH] Pass --mcrepo to createrepo service --- installJRMC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installJRMC b/installJRMC index b268270..172b220 100755 --- a/installJRMC +++ b/installJRMC @@ -19,7 +19,7 @@ # * Avoid execute() for stdout shopt -s extglob -declare -g SCRIPT_VERSION="1.6.6-dev" +declare -g SCRIPT_VERSION="1.6.6" declare -g MC_VERSION="34.0.20" # do find all replace declare -g MC_REPO="bookworm" # should match the MC_VERSION declare -g BOARD_ID="89.0" # MC34 @@ -1532,7 +1532,7 @@ service_jriver-createrepo() { [Service] $USER_STRING ExecStart=$SCRIPT_DIR/installJRMC --outputdir=$OUTPUT_DIR --createrepo=$CREATEREPO_TARGET \ - --createrepo-webroot=$CREATEREPO_WEBROOT --createrepo-user=$CREATEREPO_USER --yes --no-update + --createrepo-webroot=$CREATEREPO_WEBROOT --createrepo-user=$CREATEREPO_USER --mcrepo=$MC_REPO --yes --no-update [Install] WantedBy=multi-user.target