diff --git a/installers/raspbian.sh b/installers/raspbian.sh index 66145ace..8d8c669a 100755 --- a/installers/raspbian.sh +++ b/installers/raspbian.sh @@ -299,7 +299,7 @@ function _check_internet() { tput civis # hide cursor # run check in background - ( curl -Is --connect-timeout 3 --max-time 5 https://github.com | head -n 1 | grep "HTTP/2 200" >/dev/null ) & + ( curl -Is --connect-timeout 3 --max-time 15 https://github.com | head -n 1 | grep "HTTP/2 200" >/dev/null ) & local pid=$! # display spinner while curl runs