Update hyperion-install.sh

add dependencies
This commit is contained in:
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

View file

@ -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"