From 84b91141ff1433443892b4523f7b476540c13125 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 4 Feb 2024 18:17:00 -0500 Subject: [PATCH] Update hyperion-install.sh fixes https://github.com/tteck/Proxmox/issues/2430 --- install/hyperion-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/hyperion-install.sh b/install/hyperion-install.sh index 04622a1d..19b8a88e 100644 --- a/install/hyperion-install.sh +++ b/install/hyperion-install.sh @@ -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"