From 35ae20c69cf3f2da3fddf0b8cadd7dbb2bc37e8f Mon Sep 17 00:00:00 2001 From: mizpoon <34733668+mizpoon@users.noreply.github.com> Date: Wed, 17 Aug 2022 19:41:19 -0700 Subject: [PATCH] Update pi_setup.sh --- oldlx/pi_setup/pi_setup.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/oldlx/pi_setup/pi_setup.sh b/oldlx/pi_setup/pi_setup.sh index 8e56b664..da417f8b 100755 --- a/oldlx/pi_setup/pi_setup.sh +++ b/oldlx/pi_setup/pi_setup.sh @@ -89,10 +89,10 @@ sudo rfkill unblock wlan sudo DEBIAN_FRONTEND=noninteractive apt install -y netfilter-persistent iptables-persistent -## enable hostapd -sudo systemctl unmask hostapd -sudo systemctl enable hostapd -sudo cp ./hostapd.conf /etc/hostapd/ +## do not enable hostapd +#sudo systemctl unmask hostapd +#sudo systemctl enable hostapd +#sudo cp ./hostapd.conf /etc/hostapd/ sudo cp ./wpa_supplicant.conf /etc/wpa_supplicant/ ## define wlan1 wireless interface