add node-build install to install_nodenv bashrc.d runction
This commit is contained in:
parent
8433a7099c
commit
3ba6f1951f
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue