This commit is contained in:
Darko Lukić 2018-05-20 19:31:03 +02:00 committed by GitHub
parent e6f2b7860b
commit 473f26e228

View file

@ -17,7 +17,7 @@ sudo pip install cosmicpi
# Configure AP mode
# Populate `/etc/dnsmasq.conf` file
echo "--- Configure AP mode ---"
sudo bash -c 'cat > /etc/dnsmasq.conf' << EOF
sudo bash -c 'cat > /etc/dnsmasq_.conf' << EOF
interface=wlan0
dhcp-range=192.168.12.50,192.168.12.150,255.255.255.0,24h
@ -37,7 +37,7 @@ EOF
sudo systemctl restart dnsmasq
# Populate `/etc/dhcpcd.conf` file
sudo bash -c 'cat > /etc/dhcpcd.conf' << EOF
sudo bash -c 'cat > /etc/dhcpcd_.conf' << EOF
hostname
clientid
presistent