Skip to content

Instantly share code, notes, and snippets.

@MylesBorins
Created May 17, 2016 19:27
Show Gist options
  • Save MylesBorins/76993fae0ebeeb9b0544254fe1430e0f to your computer and use it in GitHub Desktop.
Save MylesBorins/76993fae0ebeeb9b0544254fe1430e0f to your computer and use it in GitHub Desktop.
verify on osx
wget https://nodejs.org/dist/v5.11.1/node-v5.11.1-darwin-x64.tar.gz
curl -O https://nodejs.org/dist/v5.11.1/SHASUMS256.txt.asc
grep node-v5.11.1-darwin-x64.tar.gz SHASUMS256.txt | shasum -c -
gpg --verify SHASUMS256.txt.asc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment