Skip to content

Instantly share code, notes, and snippets.

@ElnuDev
Created March 28, 2021 19:49
Show Gist options
  • Save ElnuDev/126ce173f1d79a9a97b9642ce1fbadac to your computer and use it in GitHub Desktop.
Save ElnuDev/126ce173f1d79a9a97b9642ce1fbadac to your computer and use it in GitHub Desktop.
Install Node.js 14.x on Ubuntu
#!/bin/bash
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment