Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Jun 12, 2024
2 parents 5a9a2f1 + 2b85462 commit 98a3639
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions macos/develop/packages/nvm.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

# Install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.4/install.sh | bash
nvm install --lts
if [ ! -s "$HOME/.nvm/nvm.sh" ]; then
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.4/install.sh | bash
nvm install --lts
fi

0 comments on commit 98a3639

Please sign in to comment.