From 1fd5f9903c36e8ac14875c265b66e52e55862c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darko=20Luki=C4=87?= Date: Sun, 20 May 2018 20:04:43 +0200 Subject: [PATCH] --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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