Skip to content

Instantly share code, notes, and snippets.

@sparkida
Last active February 2, 2022 23:27
Show Gist options
  • Save sparkida/c9bcb87bf95b3b3b7cad5d3fc459ac4b to your computer and use it in GitHub Desktop.
Save sparkida/c9bcb87bf95b3b3b7cad5d3fc459ac4b to your computer and use it in GitHub Desktop.
cwd=`pwd`;cd /usr/local; curl -s https://nodejs.org/dist/v16.13.2/node-v16.13.2-linux-x64.tar.gz | sudo tar --strip-components 1 -xz && cd "$cwd"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment