Skip to content

Instantly share code, notes, and snippets.

@fbatiga
Created February 2, 2023 09:33
Show Gist options
  • Select an option

  • Save fbatiga/b3718e1491234d02c1591c9a98d6af09 to your computer and use it in GitHub Desktop.

Select an option

Save fbatiga/b3718e1491234d02c1591c9a98d6af09 to your computer and use it in GitHub Desktop.
node version updater script
sudo rm /etc/apt/sources.list.d/nodesource.list
sudo curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt install -y nodejs
sudo node -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment