mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
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:
parent
9ff1129510
commit
665dfdfe8e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue