Skip to content

Instantly share code, notes, and snippets.

@scalp42
Forked from evanphx/gist:358c1627b69f7a33fca6
Last active August 28, 2015 21:00
Show Gist options
  • Save scalp42/71f4ab146baeb3da041a to your computer and use it in GitHub Desktop.
Save scalp42/71f4ab146baeb3da041a to your computer and use it in GitHub Desktop.
Tachyon installer with hash verification
curl http://tachyon.vektra.io/install.sh > it.sh && test $(openssl sha1 < it.sh) = "23fb0450b152dfaa8331dd37c3a4c13d4de9dbb8" && bash it.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment