diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/install.sh b/install.sh index 40a6e4fd3..f6232af83 100755 --- a/install.sh +++ b/install.sh @@ -26,13 +26,6 @@ if [ $? != 0 ]; then exit fi -echo "serpent-go" -cd $GOPATH/src/github.com/obscuren/serpent-go - -echo "init submodule" -git submodule init -git submodule update - echo "eth-go" cd $GOPATH/src/github.com/ethereum/go-ethereum git checkout $branch |