Suppression de la suppression de .rbenv !
This commit is contained in:
@@ -3,7 +3,7 @@ set -x
|
||||
# Let's install ruby 2.5.0
|
||||
echo Phase 4: Installation de Ruby
|
||||
echo $HOME
|
||||
rm -rf $HOME/.rbenv 2>/dev/null;git clone https://github.com/rbenv/ruby-build.git $HOME/.rbenv/plugins/ruby-build || exit 301
|
||||
git clone https://github.com/rbenv/ruby-build.git $HOME/.rbenv/plugins/ruby-build || exit 301
|
||||
pwd
|
||||
cd $HOME/.rbenv || exit 302
|
||||
cd $HOME/.rbenv && rbenv install 2.5.0 || exit 303
|
||||
|
||||
Reference in New Issue
Block a user