add node-build install to install_nodenv bashrc.d runction

This commit is contained in:
Gered 2024-11-01 14:05:20 -04:00
parent 8433a7099c
commit 3ba6f1951f

View file

@ -7,6 +7,7 @@ function install_nodenv {
fi fi
git clone https://github.com/nodenv/nodenv.git ${HOME}/.nodenv 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 if [ -d "${HOME}/.nodenv" ]; then