Skip to content
Snippets Groups Projects
Verified Commit c2b82d4e authored by Houtan Bastani's avatar Houtan Bastani
Browse files

macOS installer: change website tested to `github.com` in case `google.com` is...

macOS installer: change website tested to `github.com` in case `google.com` is blocked in user's country

(cherry picked from commit 76902841)
parent 4714066f
Branches
Tags
No related merge requests found
......@@ -29,7 +29,7 @@ exec 2>&1
rm -f "$2"/dummy
# Test for Internet connection
[[ -z $(curl -s -m 4 www.google.com) ]] && \
[[ -z $(curl -s -m 4 https://github.com) ]] && \
{ \
osascript -e 'display alert "Dynare Installation Error" message "No internet connection found" as critical'; \
echo "No internet connection found"; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment