Missing package
This commit is contained in:
parent
317a04ab5e
commit
007b4fc4f4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue