#/bin/sh
# don't touch anything until the hash marks!
echo Getting latest updates from www.mudlogsys.com
cd /
wget http://www.mudlogsys.com/routerconfig/update.new
#
#	Tip: Never use an rm command, always mv - that way if the file doesn't download
#	it doesn't overwrite the existing ones.
#
################### Modify below here only - seriously! #############################
#cd /etc/
#wget http://www.mudlogsys.com/routerconfig/hosts.new
#mv hosts.new hosts
################### Don't touch file below here  - there be dragons! ################
mv /update.new /update
chmod 777 /update
echo Updates are complete!
