Update install script
This commit is contained in:
6
install
6
install
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user