This commit is contained in:
CanbiZ
2025-08-04 17:38:04 +02:00
parent 988184a171
commit 5711b260cc
2 changed files with 578 additions and 1 deletions

View File

@@ -6,7 +6,8 @@
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# This sets verbose mode if the global variable is set to "yes"
# if [ "$VERBOSE" == "yes" ]; then set -x; fi
if [ "$VERBOSE" == "yes" ]; then set -x; fi
if command -v curl >/dev/null 2>&1; then
source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/core.func)