Skip to content

Instantly share code, notes, and snippets.

@josgraha
Created January 10, 2025 02:41
Show Gist options
  • Save josgraha/49149cf4597b8079a7dfa3cad9512673 to your computer and use it in GitHub Desktop.
Save josgraha/49149cf4597b8079a7dfa3cad9512673 to your computer and use it in GitHub Desktop.
nodejs-22-install
mkdir -p "$PWD/opt/node" && curl -sL https://nodejs.org/dist/v22.13.0/node-v22.13.0-linux-x64.tar.gz | tar -xz -C "$PWD/opt/node" --strip-components=1 -f -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment