#/bin/sh cd /usr/src #tell yum not to overwrite cwie rpms echo "exclude=httpd pyxf86config wireless-tools qt cups" >> /etc/yum.conf yum -y install mailcap #install cwie rpms rpm -Uhv http://192.168.200.2/cwie-rpms/i386/proftpd-1.2.10-CWIE.C44.i386.rpm rpm -Uhv http://192.168.200.2/cwie-rpms/i386/apache-1.3.37-CWIE.C44.i386.rpm rpm -Uhv http://192.168.200.2/cwie-rpms/i386/php-4.4.4-CWIE.C44.i386.rpm #post install cwie configs wget http://192.168.200.2/misc/centos44.tgz tar xvzf centos44.tgz cd /usr/src/CWIE pwd sh centos.sh cd /usr/src/CWIE wget http://192.168.200.2/scripts/iprot.sh sh iprot.sh