diff --git a/scripts/install.sh b/scripts/install.sh index 585da0779..5543a95ba 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -50,15 +50,13 @@ export LANG=en_US.UTF-8 if [[ ! -d $HOME/.asdf ]] then - git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.10.2 + git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.15.0 fi echo '. $HOME/.asdf/asdf.sh' >> ~/.profile echo '. $HOME/.asdf/completions/asdf.bash' >> ~/.profile source ~/.profile -asdf update || : - asdf plugin add erlang || : asdf plugin add elixir || : asdf plugin add nodejs || :