diff --git a/ct/unifi.sh b/ct/unifi.sh index d8813fd0..706fcd19 100644 --- a/ct/unifi.sh +++ b/ct/unifi.sh @@ -58,8 +58,8 @@ check_container_storage check_container_resources if [[ ! -d /usr/lib/unifi ]]; then msg_error "No ${APP} Installation Found!"; exit; fi msg_info "Updating ${APP}" -apt-get update --allow-releaseinfo-change -apt-get install -y unifi +apt-get update --allow-releaseinfo-change &>/dev/null +apt-get install -y unifi &>/dev/null msg_ok "Updated Successfully" exit }