Skip to content

Commit

Permalink
Revert "download: fix nvm instructions" (nodejs#7444)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovflowd authored Feb 1, 2025
1 parent 72131a7 commit c4ea16e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/site/snippets/en/download/nvm.bash
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Download and install nvm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash

# activate nvm (in lieu of restarting the shell)
\. "${HOME}/.nvm/nvm.sh"

# Download and install Node.js:
nvm install ${props.release.major}

Expand Down

0 comments on commit c4ea16e

Please sign in to comment.