mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 01:44:38 +00:00
Add: tools.func (#4100)
* Add: tools.func * add paths into build.func and install.func
This commit is contained in:
parent
cbe8e2f1b7
commit
ce76ebc68f
3 changed files with 761 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue