Update hyperion-install.sh

fixes https://github.com/tteck/Proxmox/issues/2430
This commit is contained in:
tteckster 2024-02-04 18:17:00 -05:00 committed by GitHub
parent b054b86bf8
commit 84b91141ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ $STD apt-get install -y mc
$STD apt-get install -y lsb-release
$STD apt-get install -y gpg
$STD apt-get install -y apt-transport-https
$STD apt-get install -y libpython3.9
msg_ok "Installed Dependencies"
msg_info "Installing Hyperion"