Created
February 13, 2022 18:00
-
-
Save brahimmachkouri/b54215a54a190b42fda79544c23ef3f0 to your computer and use it in GitHub Desktop.
Node.js installation
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
#!/bin/bash | |
# Using Ubuntu | |
curl -fsSL https://deb.nodesource.com/setup_17.x | sudo -E bash - | |
sudo apt-get install -y nodejs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment