This commit is contained in:
Igor Pecovnik 2020-05-10 11:54:58 +02:00
commit ec8efc175c
No known key found for this signature in database
GPG Key ID: 93D6889F9F0E78D5

View File

@ -89,6 +89,10 @@ if [[ -z "$(which dialog)" ]]; then
sudo apt-get update
sudo apt-get install -y dialog
fi
if [[ -z "$(which getfacl)" ]]; then
sudo apt-get update
sudo apt-get install -y acl
fi
# Check for Vagrant
if [[ "$1" == vagrant && -z "$(which vagrant)" ]]; then