diff options
Diffstat (limited to 'perl-install/crypto.pm')
-rw-r--r-- | perl-install/crypto.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm index a91010ca5..f5a80d4c3 100644 --- a/perl-install/crypto.pm +++ b/perl-install/crypto.pm @@ -127,6 +127,8 @@ sub getPackages { log::l("read updates hdlist"); #- keep in mind where is the URL prefix used according to mirror (for install_any::install_urpmi). $update_medium->{prefix} = "ftp://$mirror" . dir($mirror); + #- (re-)enable the medium to allow install of package. + $update_medium->{select} = 1; return $update_medium; } |