This file contains hidden or 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
#!/usr/bin/env bash | |
# | |
# NodeJS Installer based on https://gist.github.com/trajakovic/ad9f91776dea3b495db0 | |
# | |
# Added version option and distinct commands for install, uninstall, path setting, | |
# and removepath setting. | |
# | |
# https://gist.github.com/bnielsen1965 | |
# | |
# THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. |