From 677033afcae14738116f1080a4dc08031b72eb62 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Thu, 28 Dec 2017 18:41:22 +0100 Subject: [PATCH] Force update of "remote" part in th update checker (may take up to 24hrs for new installs otherwise) Signed-off-by: DL6ER --- automated install/basic-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 1cb690d5..6bd188b5 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -2101,6 +2101,7 @@ main() { # Force an update of the updatechecker . /opt/pihole/updatecheck.sh + . /opt/pihole/updatecheck.sh x remote # if [[ "${useUpdateVars}" == false ]]; then