diff --git a/apps/site/snippets/en/download/nvm.bash b/apps/site/snippets/en/download/nvm.bash index 905dfcbf18d08..f2d3d4798f296 100644 --- a/apps/site/snippets/en/download/nvm.bash +++ b/apps/site/snippets/en/download/nvm.bash @@ -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}