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
|
||||
return <<-EOF
|
||||
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
|
||||
pkg_add mozilla-rootcerts lz4 git bash
|
||||
chsh -s bash vagrant
|
||||
|
|
Loading…
Reference in a new issue