Skip to content

Commit c4ea16e

Browse files
authored
Revert "download: fix nvm instructions" (#7444)
1 parent 72131a7 commit c4ea16e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: apps/site/snippets/en/download/nvm.bash

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Download and install nvm:
22
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
33

4-
# activate nvm (in lieu of restarting the shell)
5-
\. "${HOME}/.nvm/nvm.sh"
6-
74
# Download and install Node.js:
85
nvm install ${props.release.major}
96

0 commit comments

Comments
 (0)