Merge pull request #176 from xd1936/patch-1

Install Figlet Fonts with Toilet
This commit is contained in:
Jacob Salmela 2016-01-16 13:19:15 -06:00
commit 0cf859344a

View file

@ -229,7 +229,7 @@ sudo service lighttpd stop || true
installDependencies(){ installDependencies(){
sudo apt-get update sudo apt-get update
sudo apt-get -y upgrade sudo apt-get -y upgrade
sudo apt-get -y install dnsutils bc toilet sudo apt-get -y install dnsutils bc toilet figlet
sudo apt-get -y install dnsmasq sudo apt-get -y install dnsmasq
sudo apt-get -y install lighttpd php5-common php5-cgi php5 sudo apt-get -y install lighttpd php5-common php5-cgi php5
sudo apt-get -y install git sudo apt-get -y install git