mirror of https://github.com/tteck/Proxmox.git
Update ombi-install.sh
This commit is contained in:
parent
d22147ade4
commit
ca8d4e3047
|
@ -71,7 +71,7 @@ echo "deb https://apt.ombi.app/master jessie main" | sudo tee /etc/apt/sources.l
|
||||||
msg_ok "Set up Ombi Repository and Key"
|
msg_ok "Set up Ombi Repository and Key"
|
||||||
|
|
||||||
msg_info "Installing Ombi"
|
msg_info "Installing Ombi"
|
||||||
sudo apt install ombi &>/dev/null
|
sudo apt update && sudo apt install ombi &>/dev/null
|
||||||
msg_ok "Installed Ombi"
|
msg_ok "Installed Ombi"
|
||||||
|
|
||||||
msg_info "Creating Service"
|
msg_info "Creating Service"
|
||||||
|
|
Loading…
Reference in New Issue