diff --git a/install.sh b/install.sh index 92df403..30540d4 100644 --- a/install.sh +++ b/install.sh @@ -34,7 +34,7 @@ interface=wlan0 address=/googleapis.com/192.168.12.1 address=/android.com/192.168.12.1 EOF -sudo systemctl restart dnsmasq +#sudo systemctl restart dnsmasq # Populate `/etc/dhcpcd.conf` file sudo bash -c 'cat > /etc/dhcpcd_.conf' << EOF @@ -58,7 +58,7 @@ static domain_name_servers=192.168.12.1 interface wlan0 fallback static_wlan0 EOF -sudo systemctl restart dhcpcd +#sudo systemctl restart dhcpcd # Populate `/etc/create_ap.conf` file sudo bash -c 'cat > /etc/create_ap.conf' << EOF