Update hyperion-install.sh

add dependencies
pull/854/head
tteckster 2022-12-20 16:40:43 -05:00 committed by GitHub
parent fbc1d1b0ce
commit 01b814bdac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,8 @@ 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 lsb-release &>/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_ok "Installed Dependencies"
msg_info "Installing Hyperion" msg_info "Installing Hyperion"