mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-21 15:33:15 +01:00
Update FAQ.md
This commit is contained in:
parent
6085205764
commit
fc66df1797
@ -32,8 +32,8 @@
|
||||
2. **Otherwise, visit:** https://github.com/PowerShell/PowerShell **and scroll down to: *Get PowerShell*.**
|
||||
3. **Want to set PowerShell as your default shell?**
|
||||
* Make sure the file **/etc/shells** (contains valid login shells) has a **/usr/bin/pwsh** line, otherwise add it.
|
||||
* Now execute: **`chsh -s /usr/bin/pwsh <USERNAME>`** (replace <USERNAME> by your user name).
|
||||
4. **The SSH login is too verbose?**
|
||||
* Now execute: `chsh -s /usr/bin/pwsh <USERNAME>` (replace <USERNAME> by your user name).
|
||||
4. **SSH login is too verbose?**
|
||||
* Just execute: `echo > ~/.hushlogin`
|
||||
</details>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user