Update install.func

This commit is contained in:
CanbiZ 2025-05-07 14:25:48 +02:00
parent 993745438f
commit d8a654482f

View File

@ -6,13 +6,13 @@
# https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE
if command -v curl >/dev/null 2>&1; then
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/core.func)
eval "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/core.func)"
load_functions
echo "(install.func) Loaded core.func via curl"
echo "(xyz) Loaded core.func via curl"
elif command -v wget >/dev/null 2>&1; then
source <(wget -qO- https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/core.func)
eval "$(wget -qO- https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/core.func)"
load_functions
echo "(install.func) Loaded core.func via wget"
echo "(xyz) Loaded core.func via wget"
fi
# Function to set STD mode based on verbosity