mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 05:07:02 +00:00
Merge pull request #204 from RammusXu/remove-duplicate-installing-curl
Remove duplicate install curl on linux 18.04
This commit is contained in:
@@ -115,9 +115,6 @@ apt-get install -y --no-install-recommends xorriso
|
|||||||
echo "Install zsync"
|
echo "Install zsync"
|
||||||
apt-get install -y --no-install-recommends zsync
|
apt-get install -y --no-install-recommends zsync
|
||||||
|
|
||||||
echo "Install curl"
|
|
||||||
apt-get install -y --no-install-recommends curl
|
|
||||||
|
|
||||||
# Run tests to determine that the software installed as expected
|
# Run tests to determine that the software installed as expected
|
||||||
echo "Testing to make sure that script performed as expected, and basic scenarios work"
|
echo "Testing to make sure that script performed as expected, and basic scenarios work"
|
||||||
for cmd in curl file ftp jq netcat ssh rsync shellcheck sudo telnet time unzip wget zip; do
|
for cmd in curl file ftp jq netcat ssh rsync shellcheck sudo telnet time unzip wget zip; do
|
||||||
|
|||||||
Reference in New Issue
Block a user