This commit is contained in:
CanbiZ
2025-05-07 15:36:54 +02:00
2 changed files with 4 additions and 3 deletions

View File

@@ -6,6 +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
apt-get update >/dev/null 2>&1
apt-get install -y curl >/dev/null 2>&1
fi