diff --git a/src/freedombone b/src/freedombone index 3c46a4c4..0a2dee22 100755 --- a/src/freedombone +++ b/src/freedombone @@ -6777,6 +6777,8 @@ function install_gogs { # install Go apt-get -y install golang + echo 'export GOPATH=/home/git/go' >> ~/.bashrc + . ~/.bashrc export GOPATH=/home/git/go if [ ! -d $GOPATH ]; then mkdir -p $GOPATH