Skip to content

Commit 35ae20c

Browse files
authored
Update pi_setup.sh
1 parent 63391af commit 35ae20c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

oldlx/pi_setup/pi_setup.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ sudo rfkill unblock wlan
8989

9090
sudo DEBIAN_FRONTEND=noninteractive apt install -y netfilter-persistent iptables-persistent
9191

92-
## enable hostapd
93-
sudo systemctl unmask hostapd
94-
sudo systemctl enable hostapd
95-
sudo cp ./hostapd.conf /etc/hostapd/
92+
## do not enable hostapd
93+
#sudo systemctl unmask hostapd
94+
#sudo systemctl enable hostapd
95+
#sudo cp ./hostapd.conf /etc/hostapd/
9696
sudo cp ./wpa_supplicant.conf /etc/wpa_supplicant/
9797

9898
## define wlan1 wireless interface

0 commit comments

Comments
 (0)