From f23c0b72fcd4181d9fc8cb5fcc7ca5748fd787e8 Mon Sep 17 00:00:00 2001 From: Francesco Vattiato Date: Sun, 18 Jan 2026 06:18:02 +0100 Subject: [PATCH] fix: Update repository name in URLs from ProxmoxVE to ProxmoxVED. --- ct/nightscout.sh | 4 ++-- install/nightscout-install.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/nightscout.sh b/ct/nightscout.sh index c88f61861..0109fc600 100644 --- a/ct/nightscout.sh +++ b/ct/nightscout.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2026 community-scripts ORG # Author: aendel -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE # Source: https://github.com/nightscout/cgm-remote-monitor APP="Nightscout" diff --git a/install/nightscout-install.sh b/install/nightscout-install.sh index 4d64de7b2..bf204307e 100644 --- a/install/nightscout-install.sh +++ b/install/nightscout-install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Copyright (c) 2021-2026 community-scripts ORG # Author: aendel -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE # Source: https://github.com/nightscout/cgm-remote-monitor source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"