Skip to content
Extraits de code Groupes Projets
Valider ea2739e8 rédigé par maco's avatar maco Validation de Raphael Sofaer
Parcourir les fichiers

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

parent c5aa22fd
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -70,7 +70,7 @@ echo "Fetching and installing ruby gems.." ...@@ -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.." ...@@ -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
( (
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter