1
0
mirror of https://github.com/tteck/Proxmox.git synced 2024-11-24 08:52:18 +02:00

Update unifi.sh

fix update
This commit is contained in:
tteckster 2023-05-07 10:52:17 -04:00 committed by GitHub
parent 29f34c8b51
commit 6f2f334a81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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