#/bin/sh #cwie install script remote prefetcher cd /usr/src if [ `uname` = Linux ]; then wget ftp://192.168.200.3/install.tgz rdate -s clock.psu.edu else fetch ftp://192.168.200.3/install.tgz ntpdate clock.psu.edu fi tar xzf install.tgz cd SCRIPTS #if [ `uname` = Linux ]; then #mv /etc/yum.conf /etc/yum.conf.old #cp config/yum.conf /etc/yum.conf #fi echo install script ready, type 'cd /usr/src/SCRIPTS; sh runme.sh' to begin