From ac1f961b0e1ac9cb477f4ab4a27bdc949c152c3a Mon Sep 17 00:00:00 2001 From: bryan Date: Thu, 24 Apr 2025 16:33:50 -0400 Subject: [PATCH] Set MC_SOURCE for container download --- installJRMC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index 2a2d5c2..1cb6045 100755 --- a/installJRMC +++ b/installJRMC @@ -774,7 +774,8 @@ acquire_deb_new() { execute sudo chown "$USER:$USER" "$MC_DEB" && execute sudo buildah umount "$CNT" && execute sudo buildah rm "$CNT" && - [[ -f $MC_DEB ]]); then + [[ -f $MC_DEB ]] && + MC_SOURCE="https://files.jriver-cdn.com/mediacenter/channels/v$MC_MVERSION/latest/$fname"); then err "Failed to download DEB from containerized package manager" echo "Using legacy download method" # Define the repository search order