#/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/x86_64/proftpd-1.2.10-CWIE.C44.x86_64.rpm rpm -Uhv http://192.168.200.2/cwie-rpms/x86_64/apache-1.3.37-CWIE.C44.x86_64.rpm rpm -Uhv http://192.168.200.2/cwie-rpms/x86_64/php-4.4.4-CWIE.C44.x86_64.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 wget http://192.168.200.2/scripts/iprot.sh sh iprot.sh