You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup-mac.sh
+41Lines changed: 41 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ function check_internet() {
33
33
curl "http://github.com"> /dev/null 2>&1
34
34
if [ $?-ne 0 ];then
35
35
echo"Unable to connect to internet, make sure you are connected to a network and check your proxy settings if behind a corporate proxy. Please read this tutorial for detailed info about setting your proxy https://www.predix.io/resources/tutorials/tutorial-details.html?tutorial_id=1565"
36
+
echo""
36
37
exit 1
37
38
fi
38
39
echo"OK"
@@ -50,6 +51,39 @@ function check_bash_profile() {
0 commit comments