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
This commit is contained in:
@ -227,7 +227,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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user