mirror of
https://github.com/searxng/searxng.git
synced 2025-07-22 12:49:22 +02:00
[mod] introduce node.env.devtools function
This commit is contained in:
parent
cac0352986
commit
309147d86f
2 changed files with 12 additions and 3 deletions
|
@ -117,6 +117,9 @@ nvm.install() {
|
|||
info_msg "checkout ${NVM_VERSION_TAG}"
|
||||
git checkout "${NVM_VERSION_TAG}" 2>&1 | prefix_stdout " ${_Yellow}||${_creset} "
|
||||
popd &> /dev/null
|
||||
if [ -f "${REPO_ROOT}/.nvm_packages" ]; then
|
||||
cp "${REPO_ROOT}/.nvm_packages" "${NVM_DIR}/default-packages"
|
||||
fi
|
||||
nvm.env
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue