Browse Source

Missing package

Bob Mottram 10 years ago
parent
commit
007b4fc4f4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone View File

7262
   adduser --disabled-login --gecos 'Gogs' git
7262
   adduser --disabled-login --gecos 'Gogs' git
7263
 
7263
 
7264
   # install Go
7264
   # install Go
7265
-  apt-get -y install golang
7265
+  apt-get -y install golang libpam0g-dev
7266
   if ! grep -q "export GOPATH=/home/git/go" ~/.bashrc; then
7266
   if ! grep -q "export GOPATH=/home/git/go" ~/.bashrc; then
7267
       echo 'export GOPATH=/home/git/go' >> ~/.bashrc
7267
       echo 'export GOPATH=/home/git/go' >> ~/.bashrc
7268
       echo 'systemctl set-environment GOPATH=/home/git/go' >> ~/.bashrc
7268
       echo 'systemctl set-environment GOPATH=/home/git/go' >> ~/.bashrc