mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Merge pull request #176 from xd1936/patch-1
Install Figlet Fonts with Toilet
This commit is contained in:
commit
0cf859344a
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,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
|
||||
sudo apt-get -y install git
|
||||
|
|
Loading…
Reference in a new issue