diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index ae7e8c4d..fd135fb7 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -1199,11 +1199,7 @@ main() { welcomeDialogs # Create directory for Pi-hole storage mkdir -p /etc/pihole/ - # Stop resolver and webserver while installing proceses - stop_service dnsmasq - if [[ ${INSTALL_WEB} == true ]]; then - stop_service lighttpd - fi + # Determine available interfaces get_available_interfaces # Find interfaces and let the user choose one