Repo Init with files

This commit is contained in:
2021-02-01 22:32:41 +01:00
commit e53ad5dd51
9 changed files with 233 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=FR
network={
ssid="<YOUR-SSID>"
psk="<YOUR-PASSPHRASE>"
key_mgmt=WPA-PSK
}