From d7f8541f7e8718adb400765b188455ba35891244 Mon Sep 17 00:00:00 2001 From: Jorge Morante Date: Fri, 7 Apr 2017 09:22:34 +0200 Subject: [PATCH] add gawk to BSD provisioning --- test/provisioning/bsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/provisioning/bsd.sh b/test/provisioning/bsd.sh index bf043ea..e4a7a48 100644 --- a/test/provisioning/bsd.sh +++ b/test/provisioning/bsd.sh @@ -1,6 +1,6 @@ #!/bin/sh -pkg install -y bash tmux expect fish +pkg install -y bash tmux expect fish gawk chsh -s bash vagrant echo "fishman" | pw user add -n fishman -h 0 -s "/usr/local/bin/fish"