Diff for /loncom/build/Attic/postinstall.pl between versions 1.9 and 1.11

version 1.9, 2000/12/20 20:28:22 version 1.11, 2000/12/28 23:14:35
Line 14  system('lynx -source http://install.lon- Line 14  system('lynx -source http://install.lon-
 system('rpm -Uvh --force wget-1.5.3-6.i386.rpm');  system('rpm -Uvh --force wget-1.5.3-6.i386.rpm');
   
 # download SupplementalRPMS and install  # download SupplementalRPMS and install
 system('wget','-r','-l','1','http://install.lon-capa.org/3.1/SupplementalRPMS');  system('wget','-r','-np','http://install.lon-capa.org/3.1/SupplementalRPMS');
 system('rpm -Uvh --force install.lon-capa.org/3.1/SupplementalRPMS/*.rpm');  system('rpm -Uvh --force install.lon-capa.org/3.1/SupplementalRPMS/*.rpm');
   
 # download remove_extra.sh and run  # download remove_extra.sh and run
 system('wget','-r','-l','1','http://install.lon-capa.org/3.1/scripts/remove_extra.sh');  system('wget','-r','-np','http://install.lon-capa.org/3.1/scripts/remove_extra.sh');
 system('sh','./remove_extra.sh');  system('sh','./remove_extra.sh');
   
 # download FinalRPMS and install  # download FinalRPMS and install
 system('wget','-r','http://install.lon-capa.org/3.1/FinalRPMS');  system('wget','-r','-np','http://install.lon-capa.org/3.1/FinalRPMS');
 system('rpm -Uvh --force install.lon-capa.org/3.1/FinalRPMS/*.rpm');  system('rpm -Uvh --force install.lon-capa.org/3.1/FinalRPMS/*.rpm');
   
 my $okay=0;  my $okay=0;

Removed from v.1.9  
changed lines
  Added in v.1.11


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>