Improve the installer script 🐒

The installer script now installs the default wpa_supplication.conf configuration file.
This commit is contained in:
Dmitri Popov
2017-05-20 10:35:59 +02:00
parent a2686360b0
commit d116876075
3 changed files with 17 additions and 1 deletions

11
wpa_supplicant.conf Normal file
View 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
}