diff --git a/src/freedombone b/src/freedombone index 3834345b..f437ff0a 100755 --- a/src/freedombone +++ b/src/freedombone @@ -6715,7 +6715,10 @@ function install_gogs { # install Go apt-get -y install golang - echo 'export GOPATH=/home/git/go' >> ~/.bashrc + 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 + fi . ~/.bashrc export GOPATH=/home/git/go if [ ! -d $GOPATH ]; then