vagrant: netbsd: bash is already installed

This commit is contained in:
Thomas Waldmann 2017-07-30 22:02:43 +02:00
parent 1f5eba0cb8
commit 4e40f8507d
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -141,7 +141,7 @@ def packages_netbsd
hostname netbsd # the box we use has an invalid hostname
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
pkg_add mozilla-rootcerts lz4 git
chsh -s bash vagrant
mkdir -p /usr/local/opt/lz4/include
mkdir -p /usr/local/opt/lz4/lib