From 3ba6f1951fcbc719fbeef42ba6172483dc266946 Mon Sep 17 00:00:00 2001 From: gered Date: Fri, 1 Nov 2024 14:05:20 -0400 Subject: [PATCH] add node-build install to install_nodenv bashrc.d runction --- bashrc.d/node.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc.d/node.bashrc b/bashrc.d/node.bashrc index fe493cc..ea3e378 100755 --- a/bashrc.d/node.bashrc +++ b/bashrc.d/node.bashrc @@ -7,6 +7,7 @@ function install_nodenv { fi git clone https://github.com/nodenv/nodenv.git ${HOME}/.nodenv + git clone https://github.com/nodenv/node-build.git ${HOME}/.nodenv/plugins/node-build } if [ -d "${HOME}/.nodenv" ]; then