This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
# add this to your provision.sh | |
# | |
# [!] run as 'vagrant' like this: | |
# su vagrant -c "source ${PROVISION_DIR}/provision-node.sh" | |
# | |
# [!] please keep the echo messages. those actions could take some more time without any output, so let the user know. | |
## | |
# install latest nvm |