@@ -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