From 01b814bdac7260cd1a93ceb18beb4577080d8b5e Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 20 Dec 2022 16:40:43 -0500 Subject: [PATCH] Update hyperion-install.sh add dependencies --- setup/hyperion-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/hyperion-install.sh b/setup/hyperion-install.sh index 682a0212..80c5de26 100644 --- a/setup/hyperion-install.sh +++ b/setup/hyperion-install.sh @@ -83,7 +83,8 @@ msg_info "Installing Dependencies" apt-get install -y curl &>/dev/null apt-get install -y sudo &>/dev/null apt-get install -y lsb-release &>/dev/null -apt-get install -y gnupg &>/dev/null +apt-get install -y gpg &>/dev/null +apt-get install -y apt-transport-https &>/dev/null msg_ok "Installed Dependencies" msg_info "Installing Hyperion"