Update ombi-install.sh

This commit is contained in:
Kickbut101 2022-07-22 14:21:31 -05:00
parent 7a84fa2e4f
commit e6f8272ee1

View file

@ -57,6 +57,7 @@ msg_ok "Network Connected: ${BL}$(hostname -I)"
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
apt-get install -y gnupg &>/dev/null
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Setting up Ombi Repository and Key" msg_info "Setting up Ombi Repository and Key"