This commit is contained in:
CanbiZ
2025-05-07 15:10:15 +02:00
parent 739f3bf8bb
commit c9c5113e16
4 changed files with 39 additions and 46 deletions

View File

@@ -6,13 +6,10 @@
# https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE
if ! command -v curl >/dev/null 2>&1; then
echo "[INFO] curl not found, setup."
apt-get update && apt-get install -y curl >/dev/null 2>&1
fi
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/core.func)
load_functions
echo "(install.func) Loaded core.func via curl"
# Function to set STD mode based on verbosity
set_std_mode() {