Created
July 10, 2020 23:39
-
-
Save makevoid/3a9e22a1de8f4e44cdb01db4599e6601 to your computer and use it in GitHub Desktop.
install-node-nodesource.sh
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
# Using Ubuntu | |
# curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - | |
# sudo apt-get install -y nodejs | |
# Using Debian, as root | |
curl -sL https://deb.nodesource.com/setup_14.x | bash - | |
apt-get install -y nodejs | |
# debian oneliner: | |
# bash <(curl -s https://gist.githubusercontent.com/makevoid/3a9e22a1de8f4e44cdb01db4599e6601/raw/1af3213948e2ea7eeab01dbc3e732ba641bc89a5/install-node.sh ) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment