Skip to content

Instantly share code, notes, and snippets.

@pjvds
Created February 6, 2014 20:42
Show Gist options
  • Save pjvds/8852117 to your computer and use it in GitHub Desktop.
Save pjvds/8852117 to your computer and use it in GitHub Desktop.
cd /tmp
wget https://foundationdb.com/downloads/I_accept_the_FoundationDB_Community_License_Agreement/2.0.0/foundationdb-clients_2.0.0-1_amd64.deb
sudo dpkg -i foundationdb-clients_2.0.0-1_amd64.deb
wget https://foundationdb.com/downloads/I_accept_the_FoundationDB_Community_License_Agreement/2.0.0/foundationdb-server_2.0.0-1_amd64.deb
sudo dpkg -i foundationdb-server_2.0.0-1_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment