diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 34a5d24c..83361cb4 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -189,9 +189,9 @@ sudo mv $tmpLog $instalLogLoc whiptail --msgbox --backtitle "Make it so." --title "Installation Complete!" "Configure your devices to use the Pi-hole as their DNS server using this IP: $IPv4addr. -The networking service will restart after you close this dialog. If you are using SSH, you may need to reconnect." $r $c +Your Pi will restart when you close this dialog. If you are using SSH, reconnect using the IP address above. -# Start the services and restart networking -sudo service dnsmasq start -sudo service lighttpd start -sudo ifdown eth0;sudo ifup eth0 +The install log is in /etc/phole." $r $c + + +sudo reboot