Skip to content

Commit

Permalink
Update pi_setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mizpoon authored Aug 18, 2022
1 parent 63391af commit 35ae20c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions oldlx/pi_setup/pi_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35ae20c

Please sign in to comment.