Hi All, For openBSD instructions here: https://www.wireguard.com/install/#packages
Curl is not apart of base, so you can either assume the users have curl installed, or use ftp(1) in the example. If you're doing the latter, you'll need a pkg_add to also include curl. https://man.openbsd.org/ftp.1 Also, I already have a go path setup. How do I get around this? cd .gopath/src/git.zx2c4.com/wireguard-go && dep ensure -vendor-only -v /usr/src/wireguard/wireguard-go-0.0.20180531 is not within a known GOPATH/src gmake: *** [Makefile:33: vendor/.created] Error 1 gmake: Leaving directory '/usr/src/wireguard/wireguard-go-0.0.20180531' $ echo $GOPATH /home/jungle/gopath Thanks! -- ------- inum: 883510009027723 sip: [email protected] _______________________________________________ WireGuard mailing list [email protected] https://lists.zx2c4.com/mailman/listinfo/wireguard
