ubuntu-setup.bash: fix s/blunder/bundler/ and s/elsif/elif/

This commit is contained in:
maco 2010-09-19 06:10:19 +08:00 committed by Raphael Sofaer
parent c5aa22fd28
commit ea2739e892

View file

@ -70,7 +70,7 @@ echo "Fetching and installing ruby gems.."
then then
sudo apt-get install --no-install-recommends -y rubygems sudo apt-get install --no-install-recommends -y rubygems
sudo ln -s /var/lib/gems/1.8/bin/bundle /usr/local/bin/bundle #for PATH sudo ln -s /var/lib/gems/1.8/bin/bundle /usr/local/bin/bundle #for PATH
elsif [ RELEASE == "lucid" ] elif [ RELEASE == "lucid" ]
then then
sudo add-apt-repository ppa:maco.m/ruby sudo add-apt-repository ppa:maco.m/ruby
sudo apt-get update sudo apt-get update
@ -94,10 +94,10 @@ echo "Fetching and installing ruby gems.."
) )
echo "Done installing the gems.." echo "Done installing the gems.."
# Install blunder # Install bundler
echo "Installing blunder.." echo "Installing bundler.."
sudo gem install bundler sudo gem install bundler
echo "Installed blunder.." echo "Installed bundler.."
# Take a clone of Diaspora # Take a clone of Diaspora
( (