We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63391af commit 35ae20cCopy full SHA for 35ae20c
oldlx/pi_setup/pi_setup.sh
@@ -89,10 +89,10 @@ sudo rfkill unblock wlan
89
90
sudo DEBIAN_FRONTEND=noninteractive apt install -y netfilter-persistent iptables-persistent
91
92
-## enable hostapd
93
-sudo systemctl unmask hostapd
94
-sudo systemctl enable hostapd
95
-sudo cp ./hostapd.conf /etc/hostapd/
+## do not enable hostapd
+#sudo systemctl unmask hostapd
+#sudo systemctl enable hostapd
+#sudo cp ./hostapd.conf /etc/hostapd/
96
sudo cp ./wpa_supplicant.conf /etc/wpa_supplicant/
97
98
## define wlan1 wireless interface
0 commit comments