Remove unnecessary sudo invocation.

This commit is contained in:
cimryan
2018-10-11 20:10:39 -07:00
parent 1de5a9fa1f
commit 71695020a7

View File

@@ -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.
```