Bladeren bron

Update unifi.sh

tweak update
tteckster 1 jaar geleden
bovenliggende
commit
45067cfdd1
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      ct/unifi.sh

+ 1 - 1
ct/unifi.sh

@@ -54,7 +54,7 @@ function update_script() {
 header_info
 header_info
 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
+apt-get update --allow-releaseinfo-change
 apt-get install -y unifi
 apt-get install -y unifi
 msg_ok "Updated Successfully"
 msg_ok "Updated Successfully"
 exit
 exit