@@ -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