vagrant: fix openbsd repo, fixes #2042

original repo is 404.
This commit is contained in:
Thomas Waldmann 2017-01-14 14:12:39 +01:00
parent 82fd84e865
commit 00c7a4f886
1 changed files with 2 additions and 0 deletions

2
Vagrantfile vendored
View File

@ -111,6 +111,8 @@ end
def packages_openbsd
return <<-EOF
echo 'installpath = http://ftp.hostserver.de/pub/OpenBSD/6.0/packages/amd64/' > /etc/pkg.conf
echo 'export PKG_PATH=http://ftp.hostserver.de/pub/OpenBSD/6.0/packages/amd64/' >> ~/.profile
. ~/.profile
pkg_add bash
chsh -s /usr/local/bin/bash vagrant