Commit 38bb8a57 by heffnercj

Updated easy_install.sh to work with older bash versions.

parent d0873568
......@@ -43,23 +43,30 @@ echo "Detected $DISTRO $PLATFORM"
case $DISTRO in
debian)
;&
debian
;;
ubuntu)
;&
debian
;;
linuxmint)
;&
debian
;;
knoppix)
;&
debian
;;
aptosid)
debian
;;
redhat)
;&
redhat
;;
rhel)
;&
redhat
;;
fedora)
;&
redhat
;;
centos)
redhat
;;
......@@ -69,7 +76,7 @@ case $DISTRO in
;;
*)
echo ""
echo "This system is not supported by easy install! You may need to install dependent packages manually."
echo "This system is not recognized by easy install! You may need to install dependent packages manually."
echo ""
echo "If your system is a derivative of Debian, RedHat or OSX, you can try manually specifying your system type on the command line:"
echo ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment