From a320a78768074bc35e59b7ce627ba88d16cfd6e8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 16 Jan 2022 23:14:53 +0100 Subject: Enable to alter default downloader (mga#28539) Default is still curl. Choice is limited to what is actually included in stage2 (for now, only aria2c, curl or wget) eg: " downloader=wget" --- perl-install/install/install2.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install/install2.pm') diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index de48a6dbb..7f6cbd6fe 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -562,6 +562,7 @@ sub parse_args { 'deploops', 'justdb', 'tune-rpm' => sub { $o->{'tune-rpm'} = 'all' }, + 'downloader=s' => sub { $o->{options}{downloader} = $_[1] }, # GUI options: 'vga16=s', -- cgit v1.2.1