mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-18 15:56:47 +00:00
[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:
@@ -25,8 +25,8 @@ echo 'APT sources limited to the actual architectures'
|
|||||||
cat /etc/apt/sources.list
|
cat /etc/apt/sources.list
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
# Install aria2 , jq
|
# Install jq
|
||||||
apt-get install aria2 jq
|
apt-get install jq
|
||||||
|
|
||||||
# Install apt-fast using quick-install.sh
|
# Install apt-fast using quick-install.sh
|
||||||
# https://github.com/ilikenwf/apt-fast
|
# https://github.com/ilikenwf/apt-fast
|
||||||
|
|||||||
@@ -14,6 +14,11 @@ Describe "Apt" {
|
|||||||
$toolName = "getfacl"
|
$toolName = "getfacl"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($toolName -eq "aria2")
|
||||||
|
{
|
||||||
|
$toolName = "aria2c"
|
||||||
|
}
|
||||||
|
|
||||||
if ($toolName -eq "p7zip-full")
|
if ($toolName -eq "p7zip-full")
|
||||||
{
|
{
|
||||||
$toolName = "p7zip"
|
$toolName = "p7zip"
|
||||||
|
|||||||
@@ -158,6 +158,7 @@
|
|||||||
"zsync"
|
"zsync"
|
||||||
],
|
],
|
||||||
"cmd_packages": [
|
"cmd_packages": [
|
||||||
|
"aria2",
|
||||||
"binutils",
|
"binutils",
|
||||||
"bison",
|
"bison",
|
||||||
"brotli",
|
"brotli",
|
||||||
|
|||||||
@@ -158,6 +158,7 @@
|
|||||||
],
|
],
|
||||||
"cmd_packages": [
|
"cmd_packages": [
|
||||||
"acl",
|
"acl",
|
||||||
|
"aria2",
|
||||||
"binutils",
|
"binutils",
|
||||||
"bison",
|
"bison",
|
||||||
"brotli",
|
"brotli",
|
||||||
|
|||||||
Reference in New Issue
Block a user