add gawk to BSD provisioning

This commit is contained in:
Jorge Morante 2017-04-07 09:22:34 +02:00
parent e8e302cf91
commit d7f8541f7e
1 changed files with 1 additions and 1 deletions

View File

@ -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"