Complete a Desktop PC FC3 Installation
#!/bin/bash
echo "Downloading better configuration files:"
mv /etc/yum.conf /etc/yum.conf.old
wget -O /etc/yum.conf http://www.fedorafaq.org/samples/yum.conf
echo "Downloading Java software:"
yum --enablerepo=dag install j2re mozilla-j2re
echo "Downloading Flash software:"
yum --enablerepo=flash install flash-plugin
echo "Downloading browser plugins for sound"
yum install mplayerplug-in
echo "Downloading additional audio/video player"
yum install kplayer
http://www.pembo13.com/scripts/bash/setup-extras.sh
Complete a Desktop PC FC3 Installation