Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
move tags to build
Browse files Browse the repository at this point in the history
  • Loading branch information
jfqd committed Apr 6, 2022
1 parent 3eab6ba commit 6266e5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions customize
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ export GOPATH=/home/gogs/go
mkdir "${GOPATH}"

npm install -g less
go get -u -tags "redis memcache cert" github.com/gogs/gogs
go get -u github.com/gogs/gogs
cd "${GOPATH}/src/github.com/gogs/gogs"
go build
go build -tags "redis memcache cert"
mkdir -p /home/gogs/go/src/github.com/gogs/gogs/log
chown gogs:gogs /home/gogs/go/src/github.com/gogs/gogs/log

Expand Down

0 comments on commit 6266e5f

Please sign in to comment.