Update FAQ.md

This commit is contained in:
Markus Fleschutz 2023-08-09 16:05:51 +02:00 committed by GitHub
parent 2551930aed
commit 1c1fc04bce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,13 +28,12 @@ PowerShell FAQ
``` ```
NOTE: the group policy object (GPO) settings of your organization might disallow changes. In that case contact your system administrator for help. NOTE: the group policy object (GPO) settings of your organization might disallow changes. In that case contact your system administrator for help.
▶️ **On CentOS, Debian, Docker, Fedora, macOS, openSUSE, Red Hat, Ubuntu** visit https://github.com/PowerShell/PowerShell for installation. ▶️ **On Linux with Snap support** just execute:
▶️ **On Linux supporting Snaps** execute:
``` ```
$ snap install PowerShell $ snap install PowerShell
$ ln -s /snap/bin/pwsh /usr/bin/pwsh $ ln -s /snap/bin/pwsh /usr/bin/pwsh
``` ```
▶️ **Otherwise on Linux or macOS** visit https://github.com/PowerShell/PowerShell for installation.
</details> </details>
<details><summary>How to get the PowerShell scripts?</summary> <details><summary>How to get the PowerShell scripts?</summary>