#!/bin/sh rm -fv *.rpm yum -y install rpm-build yum -y install ncurses-devel yum -y install pam-devel yum -y install openssl-devel yum -y install openldap-devel yum -y install krb5-devel yum -y install vnc yum -y install vnc-server yum -y install fonts-ISO8859-2 yum -y install fonts-ISO8859-2-100dpi yum -y install fonts-ISO8859-2-75dpi yum -y install bind yum -y install vnc-server yum -y install compat-libgcc-296 yum -y install compat-libstdc++-296 yum -y install compat-libstdc++-33 yum -y install libxml yum -y install svgalib-devel yum -y install gcc yum -y install qt3-devel yum -y install camstream yum -y install yumex yum -y install xinetd yum -y install samba yum -y install system-config-bind yum -y install system-config-display yum -y install system-config-nfs yum -y install system-config-printer-kde yum -y install system-config-samba yum -y install mc yum -y install lynx wget www.oretek.com/updates/required/pine-4.64-0.lvn.2.4.src.rpm if rpmbuild --rebuild --target `uname -p` pine-4.64-0.lvn.2.4.src.rpm ; then printf "Installing LinuxConf\n" rpm -ivh http://www.oretek.com/updates/required/SUD_RPMS_FINAL/SUD_RPMS_FINAL/sntl-sud-usb-7.1.1-0.i386.rpm wget www.oretek.com/updates/required/linuxconf-1.34r3-1.i386.rpm wget www.oretek.com/updates/required/linuxconf-devel-1.34r3-1.i386.rpm wget www.oretek.com/updates/required/linuxconf-gui-1.34r3-1.i386.rpm wget www.oretek.com/updates/required/linuxconf-lib-1.34r3-1.i386.rpm wget www.oretek.com/updates/required/linuxconf-util-1.34r3-1.i386.rpm wget www.oretek.com/updates/required/linuxconf-X-1.34r3-1.i386.rpm rpm -ivh linuxconf*.rpm #rm -fv linuxconf*.rpm wget http://www.oretek.com/updates/OreTeK-ClientServer-0.25-1.i586.rpm wget http://www.oretek.com/updates/OreTeK-Client-0.25-1.i586.rpm wget http://www.oretek.com/kernels/linux-2.6.26.8.tar.gz yum -y update printf "OreTek is downloaded but not installed. Use RPM to install either the client version or the client-server version and then type getupdate\n" printf "The linux kernel, 2.6.26.8 has also been downloaded but not installed. If it is for RadScan, it needs to b\ne" else printf "Pine did not compile correctly\n" fi