Update install.func

This commit is contained in:
CanbiZ 2025-05-07 15:37:34 +02:00
parent 532f44cd3b
commit 6944e9db9e

View File

@ -6,7 +6,7 @@
# https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE
if ! command -v curl >/dev/null 2>&1; then
printf "\r\e[2K%b" '\033[93m Installing Curl \033[m' >&2
printf "\r\e[2K%b" '\033[93m Setup Source \033[m' >&2
apt-get update >/dev/null 2>&1
apt-get install -y curl >/dev/null 2>&1
fi