Improve the installer script 🐒
The installer script now installs the default wpa_supplication.conf configuration file.
This commit is contained in:
11
wpa_supplicant.conf
Normal file
11
wpa_supplicant.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
|
||||
update_config=1
|
||||
|
||||
network={
|
||||
ssid="LittleBackupBox"
|
||||
psk="3333333"
|
||||
proto=RSN
|
||||
key_mgmt=WPA-PSK
|
||||
pairwise=CCMP
|
||||
auth_alg=OPEN
|
||||
}
|
||||
Reference in New Issue
Block a user