mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-25 01:34:28 +01:00
Update unifi.sh
tweak update
This commit is contained in:
parent
0e60f4ac4b
commit
45067cfdd1
@ -54,7 +54,7 @@ function update_script() {
|
||||
header_info
|
||||
if [[ ! -d /usr/lib/unifi ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
|
||||
msg_info "Updating ${APP}"
|
||||
apt-get update
|
||||
apt-get update --allow-releaseinfo-change
|
||||
apt-get install -y unifi
|
||||
msg_ok "Updated Successfully"
|
||||
exit
|
||||
|
Loading…
Reference in New Issue
Block a user