From 45067cfdd1b57179f00ba244d67de4b840adabbe Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 30 Sep 2023 11:19:22 -0400 Subject: [PATCH] Update unifi.sh tweak update --- ct/unifi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/unifi.sh b/ct/unifi.sh index 5f20a0ed..188b5f56 100644 --- a/ct/unifi.sh +++ b/ct/unifi.sh @@ -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