Created
April 11, 2015 02:37
-
-
Save hfeeki/800a82583ce032fcf4c8 to your computer and use it in GitHub Desktop.
Install ethereum for ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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