summaryrefslogtreecommitdiff
path: root/ruby.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-03-30 17:00:35 +0200
committerAndreas Maunz <andreas@maunz.de>2011-03-30 17:00:35 +0200
commite99d554bcd52f506cdd87f9731a37f002a6b6fc7 (patch)
treeb4d6ebd32c63f1d74ae8e130eacb23e10952f1ce /ruby.sh
parent5fbb4de66c241de9af9719b4e66401b8275a0755 (diff)
ruby.sh
Diffstat (limited to 'ruby.sh')
-rwxr-xr-xruby.sh12
1 files changed, 1 insertions, 11 deletions
diff --git a/ruby.sh b/ruby.sh
index 63a75a1..371d78d 100755
--- a/ruby.sh
+++ b/ruby.sh
@@ -75,20 +75,10 @@ if ! [ -f "$RUBY_CONF" ]; then
else
echo "It seems RUBY is already configured ('$RUBY_CONF' exists)."
fi
+source "$RUBY_CONF"
-
-
-echo
-echo "Ruby installation done."
-echo "Next 'Passenger' should be installed."
-echo "This will modify your '~/.gemrc'."
-echo "Press <Return> to continue, or <Ctrl+C> to abort."
-echo -n "Enter 's' to skip this step: "
-read PASSENGER_SKIP
-
-source "$RUBY_CONF"
GEM="`which gem`"
if [ ! -e "$GEM" ]; then
echo "'gem' missing. Install 'gem' first. Aborting..."