From e6f8272ee10f794f4d6278058598a9f1e744968a Mon Sep 17 00:00:00 2001 From: Kickbut101 Date: Fri, 22 Jul 2022 14:21:31 -0500 Subject: [PATCH] Update ombi-install.sh --- setup/ombi-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/ombi-install.sh b/setup/ombi-install.sh index f982bd08..aec8c7dd 100644 --- a/setup/ombi-install.sh +++ b/setup/ombi-install.sh @@ -57,6 +57,7 @@ msg_ok "Network Connected: ${BL}$(hostname -I)" msg_info "Installing Dependencies" apt-get install -y curl &>/dev/null apt-get install -y sudo &>/dev/null +apt-get install -y gnupg &>/dev/null msg_ok "Installed Dependencies" msg_info "Setting up Ombi Repository and Key"