mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update ombi-install.sh
This commit is contained in:
parent
e6f8272ee1
commit
aa4b624048
1 changed files with 5 additions and 0 deletions
|
@ -54,6 +54,11 @@ done
|
||||||
msg_ok "Set up Container OS"
|
msg_ok "Set up Container OS"
|
||||||
msg_ok "Network Connected: ${BL}$(hostname -I)"
|
msg_ok "Network Connected: ${BL}$(hostname -I)"
|
||||||
|
|
||||||
|
msg_info "Updating Container OS"
|
||||||
|
apt update &>/dev/null
|
||||||
|
apt-get -qqy upgrade &>/dev/null
|
||||||
|
msg_ok "Updated Container OS"
|
||||||
|
|
||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
apt-get install -y curl &>/dev/null
|
apt-get install -y curl &>/dev/null
|
||||||
apt-get install -y sudo &>/dev/null
|
apt-get install -y sudo &>/dev/null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue