Update tools/addon/nextcloud-exporter.sh
Some checks failed
Update GitHub Versions (New) / update-github-versions (push) Has been cancelled
Crawl Versions from newreleases.io / crawl-versions (push) Has been cancelled
Create Changelog Pull Request / update-changelog-pull-request (push) Has been cancelled
Close Discussion on PR Merge / close-discussion (push) Has been cancelled
Sync to Gitea / sync (push) Has been cancelled
Lock closed issues / lock (push) Has been cancelled
Build and Publish Docker Image / build (push) Has been cancelled
Create Daily Release / create-daily-release (push) Has been cancelled
Archive Old Changelog Entries / archive-changelog (push) Has been cancelled

This commit is contained in:
2026-02-22 06:30:13 +00:00
parent 26444bc698
commit 73be37a7ae

View File

@@ -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