We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7da3107 + 19a241f commit 674cfffCopy full SHA for 674cfff
1 file changed
hack/Vagrantfile.openbsd
@@ -10,7 +10,8 @@ Vagrant.configure("2") do |config|
10
11
config.vm.provision "init", type: "shell", run: "once" do |sh|
12
sh.inline = <<~SHELL
13
- set -x
+ set -ex
14
+ export PKG_PATH=https://mirrors.ocf.berkeley.edu/pub/OpenBSD/7.5/packages/amd64/
15
pkg_add -x git
16
17
ftp https://go.dev/dl/go#{ENV['GO_VERSION']}.openbsd-amd64.tar.gz
0 commit comments