From f5f5a2b06bc3071f60880b115bcde8f460b72487 Mon Sep 17 00:00:00 2001 From: qo-op Date: Mon, 4 May 2020 03:11:17 +0200 Subject: [PATCH] which node --- zen/tools/make_G1SSB_secret.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zen/tools/make_G1SSB_secret.sh b/zen/tools/make_G1SSB_secret.sh index e38098b..abab761 100755 --- a/zen/tools/make_G1SSB_secret.sh +++ b/zen/tools/make_G1SSB_secret.sh @@ -64,7 +64,7 @@ echo ' ' -if [[ ! $(which nvm) ]]; then +if [[ ! $(which node) ]]; then curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash source ~/.bashrc export NVM_DIR="$HOME/.nvm"