mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update lazylibrarian-install.sh
Add dependencies that every script installs
This commit is contained in:
parent
d99e0907e5
commit
5e3c600d3c
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ network_check
|
|||
update_os
|
||||
|
||||
msg_info "Installing Dependencies"
|
||||
$STD apt-get install -y curl
|
||||
$STD apt-get install -y sudo
|
||||
$STD apt-get install -y mc
|
||||
$STD apt-get install -y git
|
||||
$STD apt-get install -y python3
|
||||
msg_ok "Installed Dependencies"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue