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"