home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1999 February
/
VPR9902B.ISO
/
APMKernel
/
install.pl
< prev
next >
Wrap
Perl Script
|
1998-10-14
|
203b
|
7 lines
#!/usr/bin/perl
print "Upgrading to APM-capable kernel...\n";
$cmd="rpm -U --nodeps --force *.i386.rpm 2>/dev/null";
system($cmd);
print "Done. Reboot your system for the changes to take effect.\n\n";