From bbfc90fe94d035d09b35c8e836b20998f38cf4fa Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Sun, 23 Jul 2023 14:47:57 +0100 Subject: [PATCH] Update install script --- install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install b/install index 63fdcae..38c9ecd 100755 --- a/install +++ b/install @@ -96,11 +96,11 @@ fi git config --global user.email "paul@blacksun.org.uk" git config --global user.name "Paul Walker" -git clone https://github.com/rbenv/rbenv.git ~/.rbenv -git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build +git clone https://github.com/rbenv/rbenv.git "$HOME/.rbenv" +git clone https://github.com/rbenv/ruby-build.git "$HOME/.rbenv/plugins/ruby-build" 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 # Add and install these ones.