From 317db4ef1eadf93424f7a28eef9c72f4954efe98 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 6 Feb 2026 16:02:03 +0100 Subject: [PATCH] Change fetch_and_deploy_gh_release to use tarball --- ct/nightscout.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/nightscout.sh b/ct/nightscout.sh index 2d5bbde80..671bf1466 100644 --- a/ct/nightscout.sh +++ b/ct/nightscout.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) # Copyright (c) 2021-2026 community-scripts ORG # Author: aendel # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE @@ -33,7 +33,7 @@ function update_script() { systemctl stop nightscout msg_ok "Stopped Service" - fetch_and_deploy_gh_release "nightscout" "nightscout/cgm-remote-monitor" "source" + fetch_and_deploy_gh_release "nightscout" "nightscout/cgm-remote-monitor" "tarball" msg_info "Updating Nightscout" cd /opt/nightscout