some fixes core.func

This commit is contained in:
CanbiZ
2025-05-08 10:08:52 +02:00
parent 0ebcbde79a
commit a5ad1c7b01
4 changed files with 4 additions and 11 deletions

View File

@@ -149,10 +149,6 @@ EOF
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Updated Container OS"
msg_info "Installing core dependencies"
$STD apt-get update
$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)
}