|
@@ -32,7 +32,7 @@ echo "Installing dnsmasq"
|
|
apt install dnsmasq -y
|
|
apt install dnsmasq -y
|
|
systemctl stop dnsmasq
|
|
systemctl stop dnsmasq
|
|
|
|
|
|
-echo "Configuring Wlan0 static IP for 192.168.42.1/24"
|
|
|
|
|
|
+echo "Configuring Wlan0 static IP for 192.168.4.1/24"
|
|
echo "interface wlan0
|
|
echo "interface wlan0
|
|
static ip_address=192.168.4.1/24
|
|
static ip_address=192.168.4.1/24
|
|
nohook wpa_supplicant" >> /etc/dhcpcd.conf
|
|
nohook wpa_supplicant" >> /etc/dhcpcd.conf
|