mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 01:37:20 +00:00
vagrant: fix netbsd version in PKG_PATH
the VM is using netbsd 7.0.1, likely updating the version in the PKG_PATH was forgotten when the machine itself was upgraded to a newer version. it became visible now as the 6.1.5 stuff vanished from the ftp server. also: remove trailing /
This commit is contained in:
parent
c1f9ed991b
commit
1f5eba0cb8
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -139,7 +139,7 @@ end
|
||||||
def packages_netbsd
|
def packages_netbsd
|
||||||
return <<-EOF
|
return <<-EOF
|
||||||
hostname netbsd # the box we use has an invalid hostname
|
hostname netbsd # the box we use has an invalid hostname
|
||||||
PKG_PATH="ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/amd64/6.1.5/All/"
|
PKG_PATH="ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/amd64/7.0.1/All"
|
||||||
export PKG_PATH
|
export PKG_PATH
|
||||||
pkg_add mozilla-rootcerts lz4 git bash
|
pkg_add mozilla-rootcerts lz4 git bash
|
||||||
chsh -s bash vagrant
|
chsh -s bash vagrant
|
||||||
|
|
Loading…
Reference in a new issue