Skip to content

Commit

Permalink
remove old install line for nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
fearless-spider committed Nov 16, 2024
1 parent 4ac6d61 commit 7f3430a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions devenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,6 @@ if [[ "$p_language" = *"java"* || "$p_language" = "all" ]]; then
sdk install gradle
fi

curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash

if [ -n "$ZSH_VERSION" ]; then
zsh_shell=true
elif [ -n "$FISH_VERSION" ]; then
Expand Down

0 comments on commit 7f3430a

Please sign in to comment.