mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
boulder-start.sh: go get with ...
This commit is contained in:
parent
26c1f003d0
commit
cdb9c8b964
1 changed files with 3 additions and 1 deletions
|
|
@ -3,7 +3,9 @@
|
|||
|
||||
export GOPATH="${GOPATH:-/tmp/go}"
|
||||
|
||||
go get -d github.com/letsencrypt/boulder
|
||||
# `/...` avoids `no buildable Go source files` errors, for more info
|
||||
# see `go help packages`
|
||||
go get -d github.com/letsencrypt/boulder/...
|
||||
cd $GOPATH/src/github.com/letsencrypt/boulder
|
||||
./test/create_db.sh
|
||||
./start.py &
|
||||
|
|
|
|||
Loading…
Reference in a new issue