소스 검색

Update unifi.sh

fix update
tteckster 2 년 전
부모
커밋
6f2f334a81
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      ct/unifi.sh

+ 2 - 2
ct/unifi.sh

@@ -54,8 +54,8 @@ function update_script() {
 header_info
 if [[ ! -d /usr/lib/unifi ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
 msg_info "Updating ${APP}"
-wget -qL https://get.glennr.nl/unifi/update/unifi-update.sh 
-bash unifi-update.sh
+apt-get update
+apt-get install -y unifi
 msg_ok "Updated Successfully"
 exit
 }