aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-06-27 05:07:20 +0800
committerobscuren <geffobscura@gmail.com>2014-06-27 05:07:20 +0800
commit214721ca0155d872a355991506149fdf7e018ad5 (patch)
tree87ebea91ceeec8aa61d9f328e00cdf327d99b551 /install.sh
parentcad98dc4d54c37dc2098b781d8f21b1ba5da23bd (diff)
downloaddexon-214721ca0155d872a355991506149fdf7e018ad5.tar
dexon-214721ca0155d872a355991506149fdf7e018ad5.tar.gz
dexon-214721ca0155d872a355991506149fdf7e018ad5.tar.bz2
dexon-214721ca0155d872a355991506149fdf7e018ad5.tar.lz
dexon-214721ca0155d872a355991506149fdf7e018ad5.tar.xz
dexon-214721ca0155d872a355991506149fdf7e018ad5.tar.zst
dexon-214721ca0155d872a355991506149fdf7e018ad5.zip
update
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh6
1 files changed, 5 insertions, 1 deletions
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