Преглед изворни кода

Update hyperion-v5.sh

fix update
tteckster пре 2 година
родитељ
комит
9f322e803c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      ct/hyperion-v5.sh

+ 1 - 1
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