Missing package

This commit is contained in:
Bob Mottram 2015-07-04 22:31:54 +01:00
parent 317a04ab5e
commit 007b4fc4f4
1 changed files with 1 additions and 1 deletions

View File

@ -7262,7 +7262,7 @@ function install_gogs {
adduser --disabled-login --gecos 'Gogs' git
# install Go
apt-get -y install golang
apt-get -y install golang libpam0g-dev
if ! grep -q "export GOPATH=/home/git/go" ~/.bashrc; then
echo 'export GOPATH=/home/git/go' >> ~/.bashrc
echo 'systemctl set-environment GOPATH=/home/git/go' >> ~/.bashrc