From e87ebc0a0e5e83964d7e266d50c73321484eed2e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 8 Dec 1999 00:49:14 +0000 Subject: no_comment --- perl-install/install_steps.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index c1e1784e9..56f8c9064 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -342,6 +342,7 @@ sub installCrypto { my $u = $o->{crypto} or return; $u->{mirror} or return; my ($packages, %done); my $dir = "$o->{prefix}/tmp"; + network::up_it($o->{prefix}, $o->{intf}) if $o->{intf}; local *install_any::getFile = sub { local *F; -- cgit v1.2.1