Switch CURL to debian_13 branch

This commit is contained in:
CanbiZ
2025-09-08 10:59:34 +02:00
parent 4d493cd5cd
commit 52bd7c61f0
363 changed files with 406 additions and 406 deletions

View File

@@ -9,11 +9,11 @@
# if [ "$VERBOSE" == "yes" ]; then set -x; fi
if command -v curl >/dev/null 2>&1; then
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/core.func)
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/debian_13/misc/core.func)
load_functions
#echo "(create-lxc.sh) Loaded core.func via curl"
elif command -v wget >/dev/null 2>&1; then
source <(wget -qO- https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/core.func)
source <(wget -qO- https://raw.githubusercontent.com/community-scripts/ProxmoxVE/debian_13/misc/core.func)
load_functions
#echo "(create-lxc.sh) Loaded core.func via wget"
fi