add acl package to Ubuntu 20 (#3006)

This commit is contained in:
Aleksandr Chebotov
2021-03-23 10:48:35 +03:00
committed by GitHub
parent b345f38fbe
commit dee50eebff
2 changed files with 6 additions and 0 deletions

View File

@@ -9,6 +9,11 @@ Describe "Apt" {
}
It "<toolName> is available" -TestCases $testCases {
if ($toolName -eq "acl")
{
$toolName = "getfacl"
}
if ($toolName -eq "p7zip-full")
{
$toolName = "p7zip"

View File

@@ -156,6 +156,7 @@
"zsync"
],
"cmd_packages": [
"acl",
"binutils",
"bison",
"brotli",