Update README.md

This commit is contained in:
Wyler McAninch-Ruenzi 2015-07-01 19:03:27 -04:00
parent 86052f3934
commit a483420214

View File

@ -13,7 +13,8 @@ If you know that your network has different authentication methods, change those
Write and save the file, then run Write and save the file, then run
``` ```
chown root /etc/NetworkManager/system-connections/[CONNECTION-NAME] && chmod 600 /etc/NetworkManager/system-connections/[CONNECTION-NAME] chown root /etc/NetworkManager/system-connections/[CONNECTION-NAME] && \
chmod 600 /etc/NetworkManager/system-connections/[CONNECTION-NAME]
``` ```
Finally you must restart the NetworkManager service with `sudo systemctl restart NetworkManager`. And with that you should have a functioning wifi connection on WPA2-Enterprise! Finally you must restart the NetworkManager service with `sudo systemctl restart NetworkManager`. And with that you should have a functioning wifi connection on WPA2-Enterprise!