aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-11-05 07:34:59 +0800
committerobscuren <geffobscura@gmail.com>2014-11-05 07:34:59 +0800
commit48488017e498916c81122c01cfe1880afdd00d48 (patch)
tree1b0c3d95cf9fbe66aa9f7dcbe37a0a9dc19bfe86 /install.sh
parentb4da085a9fa0b578c7e91a9606a15a018b340d95 (diff)
downloaddexon-48488017e498916c81122c01cfe1880afdd00d48.tar
dexon-48488017e498916c81122c01cfe1880afdd00d48.tar.gz
dexon-48488017e498916c81122c01cfe1880afdd00d48.tar.bz2
dexon-48488017e498916c81122c01cfe1880afdd00d48.tar.lz
dexon-48488017e498916c81122c01cfe1880afdd00d48.tar.xz
dexon-48488017e498916c81122c01cfe1880afdd00d48.tar.zst
dexon-48488017e498916c81122c01cfe1880afdd00d48.zip
Proper packages
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh7
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