From 9f322e803c31b180f273c6cddcba91814ba7de78 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 1 Mar 2023 15:04:19 -0500 Subject: [PATCH] Update hyperion-v5.sh fix update --- ct/hyperion-v5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/hyperion-v5.sh b/ct/hyperion-v5.sh index 92cdc544..77124f48 100644 --- a/ct/hyperion-v5.sh +++ b/ct/hyperion-v5.sh @@ -322,7 +322,7 @@ function update_script() { header_info msg_info "Updating ${APP} LXC" apt-get update &>/dev/null -apt-get -y upgrade &>/dev/null +apt-get install -y hyperion &>/dev/null msg_ok "Updated ${APP} LXC" msg_ok "Update Successfull" exit