mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-21 23:33:07 +00:00
Fix OpenBSD Vagrant
This should address #8506. Unfortunately I'm unable to test. #8506 is likely caused by the Vagrant box having a mirror in its `etc/installurl`, which does not offer 7.4 packages. There are other mirrors out there who do, e.g., https://ftp.eu.openbsd.org/pub/OpenBSD/. Proposed 'fix' is to replace the mirror in `/etc/installurl`.
This commit is contained in:
parent
43fe3590d0
commit
9c88e2a4e8
1 changed files with 1 additions and 0 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
@ -73,6 +73,7 @@ end
|
|||
|
||||
def packages_openbsd
|
||||
return <<-EOF
|
||||
echo "https://ftp.eu.openbsd.org/pub/OpenBSD" > /etc/installurl
|
||||
pkg_add bash
|
||||
chsh -s bash vagrant
|
||||
pkg_add xxhash
|
||||
|
|
Loading…
Reference in a new issue