Don't need resolvconf

This commit is contained in:
Bob Mottram 2016-11-01 11:45:12 +00:00
parent 5c2ab92ec1
commit 17b03dfd07
1 changed files with 1 additions and 1 deletions

View File

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