#!/bin/sh # # This script was written by Jake Vickers for the Qmailtoaster-Plus package. # It installs the Gnome Desktop and XWindows on a system that does not aleady have it. echo "" echo "" echo "" echo "Installing GNOME and X Window" echo "" echo "" sleep 2 yum -y groupinstall "X Window System" yum -y groupinstall "GNOME Desktop Environment" yum -y install xfs echo "" echo "" echo "Setting the service to start" chkconfig xfs on service xfs start echo "" echo "Rebuilding fonts" mkfontdir /usr/share/fonts