From 5e87e3257dacd36caa04ea3e9cefac964e89d550 Mon Sep 17 00:00:00 2001 From: Locutus73 Date: Mon, 10 Jun 2019 10:47:45 +0200 Subject: [PATCH] Version 1.0.1 - Testing Internet with github.com Testing Internet connectivity with github.com instead of google.com. --- rclone.sh.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rclone.sh.inc b/rclone.sh.inc index 04b6357..6e0f5bf 100644 --- a/rclone.sh.inc +++ b/rclone.sh.inc @@ -16,13 +16,14 @@ # You can download the latest version of this script from: # https://github.com/MiSTer-devel/Scripts_MiSTer +# Version 1.0.1 - 2019-06-10 - Testing Internet connectivity with github.com instead of google.com. # Version 1.0 - 2019-02-05 - First commit if [ ! -f /media/fat/linux/rclone ] then - curl -sf https://google.com &>/dev/null + curl -sf https://github.com &>/dev/null case $? in 0) echo "Downloading and extracting" @@ -85,4 +86,4 @@ echo "" done echo "Done!" -exit 0 \ No newline at end of file +exit 0