Skip to content

Commit

Permalink
took out exit after system check, after all, it could work
Browse files Browse the repository at this point in the history
  • Loading branch information
philcryer committed Mar 4, 2011
1 parent 9ea1b32 commit f39f523
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.sh
Expand Up @@ -28,7 +28,8 @@ echo -n "* Checking if the installer supports this system..."
if [ `cat /etc/issue.net | cut -d' ' -f1` == "Debian" ] || [ `cat /etc/issue.net | cut -d' ' -f1` == "Ubuntu" ];then
echo "ok"
else
echo; echo " ERROR: this installer currently does not support your system; try a manual install instead"; exit 1
echo; echo " ERROR: this installer currently does not support your system,"
echo " but you can try, it could work (tm) - let us know if it does"
fi
###############################################################################

Expand Down

0 comments on commit f39f523

Please sign in to comment.