Skip to content

Commit

Permalink
Merge pull request #278 from spoelstraethan/patch-1
Browse files Browse the repository at this point in the history
Don't leak wireless password into shell history
  • Loading branch information
SolidHal committed Jul 26, 2022
2 parents 0c16e70 + 108963c commit a3a3003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Congratulations: you are done! Welcome to PrawnOS. You should probably change th
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:
```
nmcli device wifi list
nmcli device wifi connect "Network_name" password "network_password"
nmcli --ask device wifi connect "Network_name" # The --ask will prompt you for the password so it doesn't remain in your shell history
```
When that finishes, you should have access to the internet.

Expand Down

0 comments on commit a3a3003

Please sign in to comment.