diff --git a/setup.sh b/setup.sh index 05a7907..aa65cef 100644 --- a/setup.sh +++ b/setup.sh @@ -1,2 +1,12 @@ #!/bin/bash +echo "Are you connected to the internet? [ y / n ]" +read INTERNETCONNECTION + +if [ $INTERNETCONNECTION = n ] + then + echo "You must be connected to the internet to continue" + sleep 2 + clear + exit +fi