From 37ba5c3d763b44dc7544f3d1b7e1163503874767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Sat, 17 Jun 2023 23:47:30 +0200 Subject: (available_ftp_http_downloaders) Set wget as default downloader (mga#24362) --- urpm/download.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm/download.pm') diff --git a/urpm/download.pm b/urpm/download.pm index 302ccc4f..1efd3723 100644 --- a/urpm/download.pm +++ b/urpm/download.pm @@ -44,8 +44,8 @@ sub ftp_http_downloaders() { qw(wget curl prozilla aria2) } sub available_ftp_http_downloaders() { my %binaries = ( + wget => 'wget', curl => 'curl', - wget => 'wget', prozilla => 'proz', aria2 => 'aria2c', ); -- cgit v1.2.1