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

Commit

Permalink
set the path for gopm
Browse files Browse the repository at this point in the history
  • Loading branch information
jfqd committed Oct 9, 2019
1 parent e847ded commit 7c6fecc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions customize
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ mkdir ${GOPATH}

npm install -g less
go get -u -tags "redis memcache cert" github.com/gogs/gogs
cd $GOPATH/src/github.com/gogs/gogs
cd "${GOPATH}/src/github.com/gogs/gogs"
go build
gopm update -v
gopm bin -u -v gogs -d /opt/local/bin
"${GOPATH}/bin/gopm" update -v
"${GOPATH}/bin/gopm" bin -u -v gogs -d /opt/local/bin

# Clean up
echo "* Cleaning up."
Expand Down

0 comments on commit 7c6fecc

Please sign in to comment.