blob: be3b1cc0295fc638af1501204025428c2d82119c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Connecting to wifi on linux
What I have to do:
wpa_passphrase NameOfNetwork NetworkKey >> /etc/wpa_supplicant/wpa_supplicant-wlp4s0.conf
The network card name might be different.
Then reboot aaaand done :)
This is on void linux, so it might not be the same for you.
|