Replace wget by curl

This commit is contained in:
eabdullin 2025-03-11 10:43:33 +03:00
parent 53a4d4cf45
commit 74f3848b75

View File

@ -2,7 +2,7 @@ actions:
- replace:
- target: "spec"
find: |
if ping -c 3 -w 20 8.8.8.8 && wget http://libguestfs.org -O /dev/null; then
if ping -c 3 -w 20 8.8.8.8 && curl http://libguestfs.org -o /dev/null; then
extra=
else
mkdir cachedir repo