Skip to content

Instantly share code, notes, and snippets.

@brahimmachkouri
Created February 13, 2022 18:00
Show Gist options
  • Save brahimmachkouri/b54215a54a190b42fda79544c23ef3f0 to your computer and use it in GitHub Desktop.
Save brahimmachkouri/b54215a54a190b42fda79544c23ef3f0 to your computer and use it in GitHub Desktop.
Node.js installation
#!/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