From 00c7a4f8865ee32404f883110d10d7d202cc1435 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 14 Jan 2017 14:12:39 +0100 Subject: [PATCH] vagrant: fix openbsd repo, fixes #2042 original repo is 404. --- Vagrantfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 26dcfc044..3d6ad05d4 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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