Skip to content

Commit

Permalink
Set asdf install to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed Feb 5, 2025
1 parent 8e0b63c commit 25e0afe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 || :
Expand Down

0 comments on commit 25e0afe

Please sign in to comment.