diff options
-rw-r--r-- | perl-install/install_any.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 5c797d1a0..7e8807b8d 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -558,7 +558,8 @@ sub install_urpmi { hdlist: hdlist.$name.cz with_hdlist: ../base/$_->{hdlist} list: list.$name" . ($dir =~ /removable:/ && " - removable: /dev/cdrom") . " + removable: /dev/cdrom") . ($_->{update} && " + update") . " } "; |