From fa44bed911d47e793dd0a207f692fb185fa485da Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 7 Mar 2006 11:15:41 +0000 Subject: (install_pkgs) use --auto with gurpmi in order not to ask confirmation for installing bundle --- mdkupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdkupdate b/mdkupdate index 54c20549..22d7e1fc 100755 --- a/mdkupdate +++ b/mdkupdate @@ -200,7 +200,7 @@ sub install_pkgs { if (!$o_options->{is_bundle}) { system "/usr/sbin/urpmi", "--auto", "--media", $media_name, @$choosed; } else { - system "/usr/bin/gurpmi", if_($o_options->{auto_select}, "--auto-select"), + system "/usr/bin/gurpmi", '--auto', if_($o_options->{auto_select}, "--auto-select"), if_($o_options->{medias}, "--media", join(',', @{$o_options->{medias}})), "--searchmedia", $media_name, @$choosed; } -- cgit v1.2.1