From 665dfdfe8e01c645bd9822f4f2aabffce063ca2e Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 15 Jan 2016 18:50:32 -0500 Subject: [PATCH] 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 --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index b80180cb..fe3eab08 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -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 }