소스 검색

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