Skip to content

Commit

Permalink
Fix asdf installation on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
almirsarajcic committed Sep 18, 2024
1 parent 8b66ff1 commit a69d116
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions priv/static/macOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ function install() {
"asdf")
brew install asdf
echo -e "\n. $(brew --prefix asdf)/libexec/asdf.sh" >>$config_file
. $(brew --prefix asdf)/libexec/asdf.sh
;;
"Elixir")
asdf plugin add elixir https://github.com/asdf-vm/asdf-elixir.git
Expand Down

0 comments on commit a69d116

Please sign in to comment.