Browse Source

Additional pihole dependency

Bob Mottram 8 years ago
parent
commit
574f1de273
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-pihole

+ 1
- 1
src/freedombone-app-pihole View File

@@ -350,7 +350,7 @@ function remove_pihole {
350 350
 }
351 351
 
352 352
 function install_pihole {
353
-    apt-get -yq install dnsmasq curl
353
+    apt-get -yq install dnsmasq curl resolvconf
354 354
     adduser --disabled-login --gecos 'pi-hole' pihole
355 355
     usermod -a -G www-data pihole
356 356