Skip to content

Instantly share code, notes, and snippets.

@sebolio
Last active July 8, 2020 17:32
Show Gist options
  • Save sebolio/c403ad5eea1448e9c5179a9007384d62 to your computer and use it in GitHub Desktop.
Save sebolio/c403ad5eea1448e9c5179a9007384d62 to your computer and use it in GitHub Desktop.
⭐ installar nodejs 14 en ubuntu 20
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs
# si wevea GPG:
sudo apt remove gpg
sudo apt install gnupg1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment