mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-01 03:36:28 +02:00
Update FAQ.md
This commit is contained in:
parent
2551930aed
commit
1c1fc04bce
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user