Changes

Setup a Local Content Server
#Download a script that I wrote to simplify getting the assets from http://content.quakejs.com by Running <pre>sudo wget -O /var/www/html/get_assets.sh https://raw.githubusercontent.com/begleysm/quakejs/master/assets/get_assets.sh</pre>
#Make the script executable by running <pre>sudo chmod +x /var/www/html/get_assets.sh</pre>
#Run the script and to grab all of the assets from http://content.quakejs.com and put them where they can be accessed by clients by running . (Technically you already downloaded a couple of the files earlier but we'll do everything in 1 go to simplify things). <pre>sudo bash /var/www/html/get_assets.sh</pre>
#Optionally remove get_assets.sh by running <pre>sudo rm /var/www/html/get_assets.sh</pre>