mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 09:47:58 +00:00
vagrant: netbsd: bash is already installed
This commit is contained in:
parent
1f5eba0cb8
commit
4e40f8507d
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -141,7 +141,7 @@ def packages_netbsd
|
||||||
hostname netbsd # the box we use has an invalid hostname
|
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"
|
PKG_PATH="ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/amd64/7.0.1/All"
|
||||||
export PKG_PATH
|
export PKG_PATH
|
||||||
pkg_add mozilla-rootcerts lz4 git bash
|
pkg_add mozilla-rootcerts lz4 git
|
||||||
chsh -s bash vagrant
|
chsh -s bash vagrant
|
||||||
mkdir -p /usr/local/opt/lz4/include
|
mkdir -p /usr/local/opt/lz4/include
|
||||||
mkdir -p /usr/local/opt/lz4/lib
|
mkdir -p /usr/local/opt/lz4/lib
|
||||||
|
|
Loading…
Reference in a new issue