From 73be37a7aee1cdda30674a1e6681e2416d5222fd Mon Sep 17 00:00:00 2001 From: evgeny <5nybrooklyn@gmail.com> Date: Sun, 22 Feb 2026 06:30:13 +0000 Subject: [PATCH] Update tools/addon/nextcloud-exporter.sh --- tools/addon/nextcloud-exporter.sh | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/tools/addon/nextcloud-exporter.sh b/tools/addon/nextcloud-exporter.sh index 94f3c5899..9d09795bd 100644 --- a/tools/addon/nextcloud-exporter.sh +++ b/tools/addon/nextcloud-exporter.sh @@ -10,10 +10,15 @@ if ! command -v curl &>/dev/null; then apt-get update >/dev/null 2>&1 apt-get install -y curl >/dev/null 2>&1 fi -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/core.func) -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/tools.func) -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/error_handler.func) -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/api.func) 2>/dev/null || true +#source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/core.func) +#source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/tools.func) +#source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/error_handler.func) +#source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/api.func) 2>/dev/null || true + +source <(curl -fsSL https://git.yalu.pro/evgeny/ProxmoxVE/raw/branch/main/misc/core.func) +source <(curl -fsSL https://git.yalu.pro/evgeny/ProxmoxVE/raw/branch/main/misc/tools.func) +source <(curl -fsSL https://git.yalu.pro/evgeny/ProxmoxVE/raw/branch/main/misc/error_handler.func) +source <(curl -fsSL https://git.yalu.pro/evgeny/ProxmoxVE/raw/branch/main/misc/api.func) 2>/dev/null || true # Enable error handling set -Eeuo pipefail