summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
Diffstat (limited to 'mdkupdate')
-rwxr-xr-xmdkupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkupdate b/mdkupdate
index b7268f1b..4e307f24 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -223,7 +223,7 @@ sub install_pkgs {
my $w = $in->wait_message(N("Please wait"), N("Installing packages ...\n"));
eval {
if (!$o_options->{is_bundle}) {
- system "/usr/sbin/urpmi", "--auto", "--media", $media_name, @$choosed;
+ system "/usr/sbin/gurpmi", "--auto", "--media", $media_name, @$choosed;
} else {
system "/usr/bin/urpmi", '--auto', if_($o_options->{auto_select}, "--auto-select"),
if_($o_options->{medias}, "--media", join(',', @{$o_options->{medias}})),