Skip to content

Commit

Permalink
Update text output
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Frye committed Sep 4, 2012
1 parent 1a01c46 commit e891920
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions railsready.sh
Expand Up @@ -50,7 +50,7 @@ elif [[ $MACHTYPE = *darwin* ]] ; then
exit 1 exit 1
fi fi
else else
echo -e "\nRails Ready currently only supports Ubuntu and CentOS and OSX\n" echo -e "\nRails Ready currently only supports Ubuntu, CentOS and OSX\n"
exit 1 exit 1
fi fi


Expand All @@ -61,12 +61,10 @@ if [ $script_runner == "root" ] ; then
fi fi


echo -e "\n\n" echo -e "\n\n"
echo "!!! This script will update your system! Run on a fresh install only !!!"
echo "run tail -f $log_file in a new terminal to watch the install" echo "run tail -f $log_file in a new terminal to watch the install"


echo -e "\n" echo -e "\n"
echo "What this script gets you:" echo "What this script gets you:"
echo " * An updated system"
echo " * Ruby $ruby_version_string" echo " * Ruby $ruby_version_string"
echo " * Imagemagick" echo " * Imagemagick"
echo " * libs needed to run Rails (sqlite, mysql, etc)" echo " * libs needed to run Rails (sqlite, mysql, etc)"
Expand Down

0 comments on commit e891920

Please sign in to comment.