Ubuntu Pastebin

Paste from Nate Finch at Thu, 21 May 2015 13:39:48 +0000

Download as text
1
2
3
4
5
6
7
8
9
#!/bin/bash

set -e

apt-get install -y golang git-core
echo "export GOPATH=\$HOME" >> ~/.profile
source ~/.profile
go get -x github.com/juju/juju/service/common
go get -x github.com/juju/juju/service
Download as text