Update install script

This commit is contained in:
2023-07-23 14:47:57 +01:00
parent d70860ecb2
commit bbfc90fe94

View File

@@ -96,11 +96,11 @@ fi
git config --global user.email "paul@blacksun.org.uk" git config --global user.email "paul@blacksun.org.uk"
git config --global user.name "Paul Walker" git config --global user.name "Paul Walker"
git clone https://github.com/rbenv/rbenv.git ~/.rbenv git clone https://github.com/rbenv/rbenv.git "$HOME/.rbenv"
git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build git clone https://github.com/rbenv/ruby-build.git "$HOME/.rbenv/plugins/ruby-build"
if [ ! -d "$HOME/.asdf" ] ; then if [ ! -d "$HOME/.asdf" ] ; then
git clone https://github.com/asdf-vm/asdf.git ~/.asdf git clone https://github.com/asdf-vm/asdf.git "$HOME/.asdf"
fi fi
# Add and install these ones. # Add and install these ones.