Pārlūkot izejas kodu

Merge pull request #2044 from ThomasWaldmann/fix-openbsd-repo

vagrant: fix openbsd repo, fixes #2042
enkore 8 gadi atpakaļ
vecāks
revīzija
aea1305b0b
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      Vagrantfile

+ 2 - 0
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