diff --git a/misc/install.func b/misc/install.func index 8e43d79..1c5b3be 100644 --- a/misc/install.func +++ b/misc/install.func @@ -6,6 +6,7 @@ # https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE if ! command -v curl >/dev/null 2>&1; then + apt-get update >/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)