Skip to content

Commit a3a3003

Browse files
authored
Merge pull request #278 from spoelstraethan/patch-1
Don't leak wireless password into shell history
2 parents 0c16e70 + 108963c commit a3a3003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Congratulations: you are done! Welcome to PrawnOS. You should probably change th
245245
If have a basic environment without xfce or lxqt you can connect to WiFi using `nmtui` and it's menus to connect; or issue the following nmcli commands:
246246
```
247247
nmcli device wifi list
248-
nmcli device wifi connect "Network_name" password "network_password"
248+
nmcli --ask device wifi connect "Network_name" # The --ask will prompt you for the password so it doesn't remain in your shell history
249249
```
250250
When that finishes, you should have access to the internet.
251251

0 commit comments

Comments
 (0)