home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 October / VPR9810A.ISO / APMKernel / install next >
Text File  |  1998-04-19  |  212b  |  7 lines

  1. #!/usr/bin/perl
  2.  
  3. print "Upgrading to APM-capable kernel...\n";
  4. $cmd="rpm -U --nodeps --force kernel-2.0.33.apm-11TL.i386.rpm";
  5. system($cmd);
  6. print "Done.  Reboot your system for the changes to take effect.\n\n";
  7.