ubuntu-setup.bash: fix s/blunder/bundler/ and s/elsif/elif/
This commit is contained in:
parent
c5aa22fd28
commit
ea2739e892
1 changed files with 4 additions and 4 deletions
|
|
@ -70,7 +70,7 @@ echo "Fetching and installing ruby gems.."
|
|||
then
|
||||
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
|
||||
elsif [ RELEASE == "lucid" ]
|
||||
elif [ RELEASE == "lucid" ]
|
||||
then
|
||||
sudo add-apt-repository ppa:maco.m/ruby
|
||||
sudo apt-get update
|
||||
|
|
@ -94,10 +94,10 @@ echo "Fetching and installing ruby gems.."
|
|||
)
|
||||
echo "Done installing the gems.."
|
||||
|
||||
# Install blunder
|
||||
echo "Installing blunder.."
|
||||
# Install bundler
|
||||
echo "Installing bundler.."
|
||||
sudo gem install bundler
|
||||
echo "Installed blunder.."
|
||||
echo "Installed bundler.."
|
||||
|
||||
# Take a clone of Diaspora
|
||||
(
|
||||
|
|
|
|||
Loading…
Reference in a new issue