Skip to content

Commit

Permalink
make first instance of script
Browse files Browse the repository at this point in the history
  • Loading branch information
mitucsaki committed Feb 28, 2018
1 parent 2998678 commit bf86d84
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions geth-install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash
echo "Installing Dependencies..."
sudo apt-get -y install dphys-swapfile build-essential libgmp3-dev curl

echo "Cloning go-ethereum in /root..."
cd ~
git clone https://github.com/ethereum/go-ethereum
echo "Compiling geth..."
cd go-ethereum
make geth

0 comments on commit bf86d84

Please sign in to comment.