|
@@ -146,7 +146,7 @@ REDMATRIX_ADMIN_PASSWORD=
|
146
|
146
|
# Domain name for git hosting installation
|
147
|
147
|
GIT_DOMAIN_NAME=
|
148
|
148
|
GIT_CODE=
|
149
|
|
-GIT_DOMAIN_REPO="https://github.com/friendica/red.git"
|
|
149
|
+GIT_DOMAIN_REPO="https://github.com/gogits/gogs.git"
|
150
|
150
|
GIT_ADMIN_PASSWORD=
|
151
|
151
|
|
152
|
152
|
# Domain name for Owncloud installation
|
|
@@ -6731,7 +6731,7 @@ function install_gogs {
|
6731
|
6731
|
mkdir -p $GOPATH/src/github.com/gogits
|
6732
|
6732
|
fi
|
6733
|
6733
|
cd $GOPATH/src/github.com/gogits
|
6734
|
|
- git clone https://github.com/gogits/gogs.git
|
|
6734
|
+ git clone $GIT_DOMAIN_REPO
|
6735
|
6735
|
cd gogs
|
6736
|
6736
|
|
6737
|
6737
|
# install
|