mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Added getfacl because not present in 20.04 ootb (#1955)
At least in the 20.04 cloud image is not included ootb and it is required in https://github.com/armbian/build/blob/master/lib/configuration.sh#L321
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user