summaryrefslogtreecommitdiff
path: root/ruby.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-03-31 11:56:47 +0200
committerAndreas Maunz <andreas@maunz.de>2011-03-31 11:56:47 +0200
commit312d93bcc322fa5aca38f38cd266569aaf18b621 (patch)
tree670c31f02d166e5fd1fc33162bd401c1284b924a /ruby.sh
parentbe4c94b29fc76904b279056b6a0af234e7cf1f4e (diff)
all
Diffstat (limited to 'ruby.sh')
-rwxr-xr-xruby.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/ruby.sh b/ruby.sh
index cfd78cc..c4377b7 100755
--- a/ruby.sh
+++ b/ruby.sh
@@ -27,8 +27,6 @@ echo "This installs Ruby Enterprise edition."
echo "Your installation directory is '$RUBY_DEST'."
echo "A configuration file is created and you are given the option to have it included in your '~.bashrc'."
echo "Log file is '$LOG'."
-echo -n "Press <Return> to continue, or <Ctrl+C> to abort."
-read
DIR="`pwd`"
@@ -43,6 +41,8 @@ else
fi
fi
+echo
+echo "Installing Ruby:"
if [ ! $RUBY_DONE ]; then
cd /tmp
URI="http://rubyenterpriseedition.googlecode.com/files/$RUBY_VER.tar.gz"
@@ -61,7 +61,7 @@ fi
cd "$DIR"
echo
-echo "Preparing RUBY..."
+echo "Preparing Ruby:"
if ! [ -f "$RUBY_CONF" ]; then
@@ -78,7 +78,8 @@ fi
source "$RUBY_CONF"
-
+echo
+echo "Installing Passenger:"
GEM="`which gem`"
if [ ! -e "$GEM" ]; then
echo "'gem' missing. Install 'gem' first. Aborting..."