home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 February / VPR9902B.ISO / APMKernel / install.pl < prev    next >
Perl Script  |  1998-10-14  |  203b  |  7 lines

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