From 74f3848b7504c386bb9c0e9713a279a68681e8f6 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 11 Mar 2025 10:43:33 +0300 Subject: [PATCH] Replace wget by curl --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index f479160..9e6fff1 100644 --- a/config.yaml +++ b/config.yaml @@ -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