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