From cb0f3f95a273b47b7d7b669ab89df627e542a02d Mon Sep 17 00:00:00 2001 From: mannem srinivas Date: Mon, 16 Sep 2024 15:56:02 +0530 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e8743cf..716016d 100755 --- a/install.sh +++ b/install.sh @@ -527,7 +527,7 @@ EOF echo "Unsupported shell to add node version to the shell: $SHELL" ;; esac - + # Source nvm # shellcheck source=/dev/null . "$(nvm_install_dir)/nvm.sh"