summaryrefslogtreecommitdiffstats
path: root/perl-install/install/any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install/any.pm')
-rw-r--r--perl-install/install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm
index 0ce8d5533..58afe29a0 100644
--- a/perl-install/install/any.pm
+++ b/perl-install/install/any.pm
@@ -417,7 +417,7 @@ sub setPackages {
}
install::pkgs::start_pushing_error();
- media_screen($o);
+ media_screen($o) if !$::auto_install;
# actually read synthesis now we have all the ones we want:
require urpm::media;