This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #/bin/bash | |
| if [ `getconf LONG_BIT` != 64 ]; then | |
| exit 1 | |
| fi | |
| sudo apt-get -y update | |
| sudo apt-get -y install lxc wget bsdtar iptables curl golang git aufs-tools mercurial libdevmapper-dev | |
| export GOPATH=~/usr/lib/go |