diff --git a/src/freedombone-app-pihole b/src/freedombone-app-pihole
index 721e06567e59a25b0659c1eaf71af22a5515fe85..196339dde4f8ccb3c7aa4aa454bab37cd80cbfb9 100755
--- a/src/freedombone-app-pihole
+++ b/src/freedombone-app-pihole
@@ -346,7 +346,7 @@ function remove_pihole {
 }
 
 function install_pihole {
-    apt-get -yq install dnsmasq curl resolvconf
+    apt-get -yq install dnsmasq curl
     adduser --disabled-login --gecos 'pi-hole' pihole
     usermod -a -G www-data pihole