diff --git a/updatewine.sh b/updatewine.sh index e2ccf1c..fd0b0e4 100755 --- a/updatewine.sh +++ b/updatewine.sh @@ -265,7 +265,7 @@ function sudoQuestion() { function checkInternet() { if [[ $(echo $(wget --delete-after -q -T 5 github.com -o -)$?) -ne 0 ]]; then - echo -e "\nInternet connection failed (GitHub). Please check your connection and try again.\n" + echo -e "\nDNS name resolution failed (GitHub). Please check your network connection settings and try again.\n" exit 1 fi rm -f ./index.html.tmp