Install Figlet Fonts with Toilet

Some OS' don't have Figlet Fonts, which causes `chronometer.sh` to have `error: font small not found` instead of the pretty "Pi-hole" display
pull/176/head
Leo 9 years ago
parent 9ff1129510
commit 665dfdfe8e

@ -227,7 +227,7 @@ sudo service lighttpd stop || true
installDependencies(){
sudo apt-get update
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 lighttpd php5-common php5-cgi php5
}

Loading…
Cancel
Save