boxes: Include NFS client on base boxes [closes GH-218]
This commit is contained in:
parent
735475d333
commit
28c5df5132
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ log 'Sleeping for 5 seconds...'
|
|||
sleep 5
|
||||
|
||||
# TODO: Support for appending to this list from outside
|
||||
PACKAGES=(vim curl wget man-db bash-completion python-software-properties ca-certificates sudo)
|
||||
PACKAGES=(vim curl wget man-db bash-completion python-software-properties ca-certificates sudo nfs-common)
|
||||
if [ $DISTRIBUTION = 'ubuntu' ]; then
|
||||
PACKAGES+=' software-properties-common'
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue