Update install.func

This commit is contained in:
CanbiZ 2025-05-07 15:12:13 +02:00
parent 7d10327f4c
commit 0ad3b3060f

View File

@ -6,7 +6,7 @@
# https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE
if ! command -v curl >/dev/null 2>&1; then
apt-get update && apt-get install -y curl >/dev/null 2>&1
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