Skip to content

Instantly share code, notes, and snippets.

@mynameislau
Created June 7, 2017 11:57
Show Gist options
  • Save mynameislau/90c0613c54f825fcf1db0988f6b2b11f to your computer and use it in GitHub Desktop.
Save mynameislau/90c0613c54f825fcf1db0988f6b2b11f to your computer and use it in GitHub Desktop.
# one liner to easily download something and untar it
curl https://nodejs.org/dist/v8.0.0/node-v8.0.0-linux-x64.tar.xz | tar -
xvJ --strip-components=1 --overwrite -C /usr/local/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment