Add: tools.func (#4100)

* Add: tools.func

* add paths into build.func and install.func
This commit is contained in:
CanbiZ
2025-04-28 15:25:10 +02:00
committed by GitHub
parent cbe8e2f1b7
commit ce76ebc68f
3 changed files with 761 additions and 1 deletions

View File

@ -214,7 +214,8 @@ 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
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/tools.func)
msg_ok "Core dependencies installed"
}