[Ubuntu] add aria2 to toolset (#3916)

aria2 is already installed as part of 133db65488/images/linux/scripts/base/apt.sh (L29)
This change will add aria2 to the list of apt packages in generated README
This commit is contained in:
Ryan
2021-08-18 10:35:29 +00:00
committed by GitHub
parent e9edf6552f
commit 8f1e4ff32f
4 changed files with 9 additions and 2 deletions

View File

@@ -14,6 +14,11 @@ Describe "Apt" {
$toolName = "getfacl"
}
if ($toolName -eq "aria2")
{
$toolName = "aria2c"
}
if ($toolName -eq "p7zip-full")
{
$toolName = "p7zip"