From ea9f36d5a5e1a169a0aa8217900eff3e29cbeaf1 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Thu, 11 May 2023 11:13:26 +0200 Subject: [PATCH] Update FAQ.md --- Docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/FAQ.md b/Docs/FAQ.md index 8570044d..add3fc0a 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -79,7 +79,7 @@ NOTE: the group policy object (GPO) settings of your organization might disallow **Those PowerShell scripts are using Unicode characters. Use a modern console supporting UTF-8 such as *Windows Terminal*, please.** -
How to set PowerShell as favorite shell on Linux? +
How to set PowerShell as my favorite shell 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.**