[Ubuntu] add aria2 to toolset (#3916)

aria2 is already installed as part of https://github.com/actions/virtual-environments/blob/133db654885e1796cc158ab04f9217826294857a/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 13:35:29 +03:00
committed by GitHub
parent e9edf6552f
commit 8f1e4ff32f
4 changed files with 9 additions and 2 deletions
+1
View File
@@ -158,6 +158,7 @@
"zsync"
],
"cmd_packages": [
"aria2",
"binutils",
"bison",
"brotli",
+1
View File
@@ -158,6 +158,7 @@
],
"cmd_packages": [
"acl",
"aria2",
"binutils",
"bison",
"brotli",