Skip to content

Commit

Permalink
Update nvm.sh (#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-lobanov committed Jun 23, 2020
1 parent e9e1f92 commit 6f246a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/linux/scripts/installers/nvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ if ! command -v nvm; then
exit 1
fi

# set system node.js as default one
nvm alias default system

DocumentInstalledItem "nvm ($(nvm --version))"

0 comments on commit 6f246a3

Please sign in to comment.