diff --git a/setup-network.sh b/setup-network.sh index 4803f52..380eccc 100644 --- a/setup-network.sh +++ b/setup-network.sh @@ -633,9 +633,9 @@ fi # FIX: For issue #13, Raspbian Buster OS unable to correct nameserver entry in /etc/resolv.conf hence, # need to correct this entry for downloading the files again: if ! isAvailableReqDependancies; then - if [ ! `sudo cat /etc/resolv.conf 2>/dev/null | grep "8.8.8.8"` ]; then - echo "nameserver 8.8.8.8" >> /etc/resolv.conf - echo "[Install]: Google nameserver 8.8.8.8 added into /etc/resolv.conf." + if [ ! `sudo cat /etc/resolv.conf 2>/dev/null | grep "8.8.4.4"` ]; then + echo "nameserver 8.8.4.4" >> /etc/resolv.conf + echo "[Install]: Google nameserver 8.8.4.4 added into /etc/resolv.conf." echo "[Install]: Now retrying 2nd time to download required dependancies ..." downloadReqDependancies fi @@ -661,7 +661,7 @@ cat > /etc/dnsmasq.conf <