Explorar el Código

Don't need resolvconf

Bob Mottram hace 8 años
padre
commit
17b03dfd07
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-app-pihole

+ 1
- 1
src/freedombone-app-pihole Ver fichero

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