Skip to content

Instantly share code, notes, and snippets.

@dozzman
Last active October 16, 2015 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dozzman/9414a7c0eb814926a800 to your computer and use it in GitHub Desktop.
Save dozzman/9414a7c0eb814926a800 to your computer and use it in GitHub Desktop.
#! /bin/bash
wget -O - http://debian.hyperdex.org/hyperdex.gpg.key | apt-key add -
cat >> /etc/apt/sources.list.d/hyperdex.list << EOF
deb [arch=amd64] http://debian.hyperdex.org wheezy main
EOF
apt-get update
apt-get install -y hyperdex java-hyperdex-client python-hyperdex-admin python-hyperdex-client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment