Skip to content

Instantly share code, notes, and snippets.

@TephlonDude
Last active March 19, 2022 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TephlonDude/2bb5b8003cce68964c450b25bccfd853 to your computer and use it in GitHub Desktop.
Save TephlonDude/2bb5b8003cce68964c450b25bccfd853 to your computer and use it in GitHub Desktop.
Installing Node.JS v16 in Debian Based System
#!/bin/bash
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt update
sudo apt upgrade
sudo apt install nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment