Fix the gogs repo
This commit is contained in:
parent
456bd0dd72
commit
055d5994e6
|
@ -146,7 +146,7 @@ REDMATRIX_ADMIN_PASSWORD=
|
|||
# Domain name for git hosting installation
|
||||
GIT_DOMAIN_NAME=
|
||||
GIT_CODE=
|
||||
GIT_DOMAIN_REPO="https://github.com/friendica/red.git"
|
||||
GIT_DOMAIN_REPO="https://github.com/gogits/gogs.git"
|
||||
GIT_ADMIN_PASSWORD=
|
||||
|
||||
# Domain name for Owncloud installation
|
||||
|
@ -6731,7 +6731,7 @@ function install_gogs {
|
|||
mkdir -p $GOPATH/src/github.com/gogits
|
||||
fi
|
||||
cd $GOPATH/src/github.com/gogits
|
||||
git clone https://github.com/gogits/gogs.git
|
||||
git clone $GIT_DOMAIN_REPO
|
||||
cd gogs
|
||||
|
||||
# install
|
||||
|
|
Loading…
Reference in New Issue