Test msg in core.func

This commit is contained in:
Michel Roegl-Brunner 2025-05-07 15:34:26 +02:00
parent 9d79396b7b
commit 738c631fe6

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