From aa4b6240482f795f5cdf92511b38de4ea8d88311 Mon Sep 17 00:00:00 2001 From: Kickbut101 Date: Fri, 22 Jul 2022 14:26:09 -0500 Subject: [PATCH] Update ombi-install.sh --- setup/ombi-install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup/ombi-install.sh b/setup/ombi-install.sh index aec8c7dd..c5bbf974 100644 --- a/setup/ombi-install.sh +++ b/setup/ombi-install.sh @@ -54,6 +54,11 @@ done msg_ok "Set up Container OS" 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" apt-get install -y curl &>/dev/null apt-get install -y sudo &>/dev/null