Bob Mottram hace 8 años
padre
commit
eb11257b77
Ninguna cuenta está vinculada al correo electrónico del colaborador
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      src/freedombone

+ 2
- 0
src/freedombone Ver fichero

@@ -6347,6 +6347,8 @@ function install_gogs {
6347 6347
     apt-get -y install golang libpam0g-dev
6348 6348
     if ! grep -q "export GOPATH=/home/git/go" ~/.bashrc; then
6349 6349
         echo 'export GOPATH=/home/git/go' >> ~/.bashrc
6350
+	fi
6351
+    if ! grep -q "systemctl set-environment GOPATH=/home/git/go" ~/.bashrc; then
6350 6352
         echo 'systemctl set-environment GOPATH=/home/git/go' >> ~/.bashrc
6351 6353
     fi
6352 6354
     if [ ! -d $GOPATH ]; then