From 1c2f3779659ecce9e80af600c84dc47212521468 Mon Sep 17 00:00:00 2001 From: Claudio W Date: Sat, 1 Feb 2025 15:14:01 +0000 Subject: [PATCH] Revert "download: fix nvm instructions (#7434)" This reverts commit 72131a7ce06d4a42916611e196f5fc9d6b5579f0. --- apps/site/snippets/en/download/nvm.bash | 3 --- 1 file changed, 3 deletions(-) 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}