Sha256: b68f88f7c0c4fefa6fde10d4bc250c25861fb31e5336c613a3fee472bd7d97fa
Contents?: true
Size: 224 Bytes
Versions: 15
Compression:
Stored size: 224 Bytes
Contents
#!/bin/bash wget -c https://go.googlecode.com/files/go1.2.linux-amd64.tar.gz tar -zxf go1.2.linux-amd64.tar.gz git clone https://github.com/coreos/etcd export GOROOT=$PWD/go export PATH=$GOROOT/bin:$PATH cd etcd && ./build
Version data entries
15 entries across 15 versions & 2 rubygems