diff options
-rw-r--r-- | urpm/download.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/download.pm b/urpm/download.pm index b1ea6454..8c429542 100644 --- a/urpm/download.pm +++ b/urpm/download.pm @@ -44,8 +44,8 @@ sub ftp_http_downloaders() { qw(curl wget prozilla aria2) } sub available_ftp_http_downloaders() { my %binaries = ( + wget => 'wget', curl => 'curl', - wget => 'wget', prozilla => 'proz', aria2 => 'aria2c', ); |