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
 }
350
 }
351
 
351
 
352
 function install_pihole {
352
 function install_pihole {
353
-    apt-get -yq install dnsmasq curl
353
+    apt-get -yq install dnsmasq curl resolvconf
354
     adduser --disabled-login --gecos 'pi-hole' pihole
354
     adduser --disabled-login --gecos 'pi-hole' pihole
355
     usermod -a -G www-data pihole
355
     usermod -a -G www-data pihole
356
 
356