From 6f2f334a81655cf80a474b68964cb9883c4d5c42 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 7 May 2023 10:52:17 -0400 Subject: [PATCH] Update unifi.sh fix update --- ct/unifi.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/unifi.sh b/ct/unifi.sh index cb8f2e68..d3876aa6 100644 --- a/ct/unifi.sh +++ b/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 }