|
|
@@ -61,9 +61,9 @@ sudo adduser --disabled-login --gecos 'Gitote' git
|
|
|
sudo su - git
|
|
|
mkdir -p $GOPATH/src/gitote
|
|
|
cd $GOPATH/src/gitote
|
|
|
-git clone https://gitlab.com/gitote/gitote.git
|
|
|
+git clone https://gitote.in/gitote/gitote.git
|
|
|
or
|
|
|
-git clone git@gitlab.com:gitote/gitote.git
|
|
|
+git clone root@gitote.in:gitote/gitote.git
|
|
|
cd gitote
|
|
|
wget https://gitlab.com/gitote/bindata/raw/master/go-bindata
|
|
|
make bindata
|