1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-02 07:51:52 +00:00

Update hyperion-v5.sh

fix update
This commit is contained in:
tteckster 2023-03-01 15:04:19 -05:00 committed by GitHub
parent c664821514
commit 9f322e803c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -322,7 +322,7 @@ function update_script() {
header_info header_info
msg_info "Updating ${APP} LXC" msg_info "Updating ${APP} LXC"
apt-get update &>/dev/null 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 "Updated ${APP} LXC"
msg_ok "Update Successfull" msg_ok "Update Successfull"
exit exit