From a4834202145c34ea91e0ac09842c1ee49aacaa68 Mon Sep 17 00:00:00 2001 From: Wyler McAninch-Ruenzi Date: Wed, 1 Jul 2015 19:03:27 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc4ad02..6b7523f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ If you know that your network has different authentication methods, change those 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!