forked from TheWrightServer/ProxmoxVE
Update Script: Unifi (#688)
This commit is contained in:
parent
5c3fe0e802
commit
3a876c99ef
@ -58,8 +58,8 @@ check_container_storage
|
|||||||
check_container_resources
|
check_container_resources
|
||||||
if [[ ! -d /usr/lib/unifi ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
|
if [[ ! -d /usr/lib/unifi ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
|
||||||
msg_info "Updating ${APP}"
|
msg_info "Updating ${APP}"
|
||||||
apt-get update --allow-releaseinfo-change
|
apt-get update --allow-releaseinfo-change &>/dev/null
|
||||||
apt-get install -y unifi
|
apt-get install -y unifi &>/dev/null
|
||||||
msg_ok "Updated Successfully"
|
msg_ok "Updated Successfully"
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user