forked from stb-tester/aptly
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Krzysztof Kotlenga edited this page May 31, 2023
·
3 revisions
stb-tester/aptly @ lockfile
export GOPATH=$HOME/go
mkdir -p $GOPATH/src/github.com/aptly-dev/aptly
git clone -b lockfile https://github.com/stb-tester/aptly $GOPATH/src/github.com/aptly-dev/aptly
cd $GOPATH/src/github.com/aptly-dev/aptly
go mod init
go mod tidy
go mod vendor
make installexport GOPATH=$HOME/go
mkdir -p $GOPATH/src/github.com/aptly-dev/aptly
git clone https://github.com/pocek/aptly $GOPATH/src/github.com/aptly-dev/aptly
cd $GOPATH/src/github.com/aptly-dev/aptly
go mod vendor
make install