From 8d9c52f3967f774f4787de0297f22978456b261d Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 8 Dec 2025 15:28:14 +0100 Subject: [PATCH] Update jellystat.sh --- tools/addon/jellystat.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/addon/jellystat.sh b/tools/addon/jellystat.sh index dc64a99b..ae9e490b 100644 --- a/tools/addon/jellystat.sh +++ b/tools/addon/jellystat.sh @@ -181,9 +181,10 @@ function install() { local JWT_SECRET JWT_SECRET=$(openssl rand -base64 32 | tr -dc 'a-zA-Z0-9' | head -c32) - msg_info "Downloading ${APP}" + # Force fresh download by removing version cache and setting CLEAN_INSTALL + rm -f "$HOME/.jellystat" + mkdir -p "$INSTALL_PATH" fetch_and_deploy_gh_release "jellystat" "CyferShepard/Jellystat" "tarball" "latest" "$INSTALL_PATH" - msg_ok "Downloaded ${APP}" msg_info "Installing dependencies" cd "$INSTALL_PATH"