From 214721ca0155d872a355991506149fdf7e018ad5 Mon Sep 17 00:00:00 2001 From: obscuren Date: Thu, 26 Jun 2014 23:07:20 +0200 Subject: [PATCH] update --- install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d8d0f5520..fe80a6956 100644 --- a/install.sh +++ b/install.sh @@ -26,14 +26,18 @@ if [ $? != 0 ]; then exit fi +echo "serpent-go" cd $GOPATH/src/github.com/obscuren/mutan + +echo "init submodule" git submodule init git submodule update -echo "git checkout $branch" +echo "eth-go" cd $GOPATH/src/github.com/ethereum/eth-go git checkout $branch +echo "go-ethereum" cd $GOPATH/src/github.com/ethereum/go-ethereum/$exe git checkout $branch