1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-07-06 15:40:04 +02:00

Update FAQ.md

This commit is contained in:
Markus Fleschutz
2021-04-07 11:33:14 +02:00
committed by GitHub
parent e393ceb329
commit 590eedbb19

@ -34,7 +34,7 @@ How to get the PowerShell Scripts?
How to use PowerShell by Default? How to use PowerShell by Default?
--------------------------------- ---------------------------------
* **On Linux:** make sure PowerShell is installed, then execute: `chsh -s /bin/powershell <username>` * **On Linux:** make sure PowerShell is installed, then execute: `chsh -s /usr/bin/pwsh <username>`. In case you experience an "invalid shell" error, add "/usr/bin/pwsh" to /etc/shells.
* **On Windows:** no need to, PowerShell is the default shell * **On Windows:** no need to, PowerShell is the default shell