From 71695020a74608a74284e605cb5ed0b407794842 Mon Sep 17 00:00:00 2001 From: cimryan Date: Thu, 11 Oct 2018 20:10:39 -0700 Subject: [PATCH] Remove unnecessary sudo invocation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a5a160..e028edb 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Now that you have a shell on the Pi you can turn the Pi into a smart USB drive. 1. Enter the following command. ``` sudo -i - sudo nano /etc/wpa_supplicant/wpa_supplicant.conf + nano /etc/wpa_supplicant/wpa_supplicant.conf ``` 1. Add this block to the bottom of the file specifying the actual SSID of your network and your actual PSK, keeping the quotes around both values. ```