Update install.func

This commit is contained in:
CanbiZ 2025-04-30 09:42:57 +02:00
parent 816e4177f6
commit 3e89fd39aa

View File

@ -213,7 +213,7 @@ EOF
msg_info "Installing core dependencies"
$STD apt-get update
$STD apt-get install -y sudo curl mc
$STD apt-get install -y sudo curl mc gnupg2
msg_ok "Core dependencies installed"
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/tools.func)