Skip to content

Instantly share code, notes, and snippets.

@hfeeki
Created April 11, 2015 02:37
Show Gist options
  • Save hfeeki/800a82583ce032fcf4c8 to your computer and use it in GitHub Desktop.
Save hfeeki/800a82583ce032fcf4c8 to your computer and use it in GitHub Desktop.
Install ethereum for ubuntu
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ethereum/ethereum-qt
sudo add-apt-repository ppa:ethereum/ethereum
sudo add-apt-repository ppa:ethereum/ethereum-dev
sudo apt-get update
sudo apt-get install ethereum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment