Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reference/docs-conceptual/install/install-centos.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ separate package for each OS. Download the RPM package you need onto your CentOS
- CentOS 7 - `https://github.com/PowerShell/PowerShell/releases/download/v7.1.5/powershell-7.1.5-1.rhel.7.x86_64.rpm`
- CentOS 8 - `https://github.com/PowerShell/PowerShell/releases/download/v7.1.5/powershell-7.1.5-1.centos.8.x86_64.rpm`
- PowerShell 7.0.8
- CentOS 7 - `https://github.com/PowerShell/PowerShell/releases/download/v7.1.5/powershell-7.0.8-1.rhel.7.x86_64.rpm`
- CentOS 8 - `https://github.com/PowerShell/PowerShell/releases/download/v7.1.5/powershell-7.0.8-1.centos.8.x86_64.rpm`
- CentOS 7 - `https://github.com/PowerShell/PowerShell/releases/download/v7.0.8/powershell-7.0.8-1.rhel.7.x86_64.rpm`
- CentOS 8 - `https://github.com/PowerShell/PowerShell/releases/download/v7.0.8/powershell-7.0.8-1.centos.8.x86_64.rpm`

Change the URL in the following shell commands to match the version you need.

Expand Down
9 changes: 6 additions & 3 deletions reference/docs-conceptual/install/install-other-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ scenarios.
> [!NOTE]
> You can use this method to install any version of PowerShell including the latest:
>
> - Stable release: [https://aka.ms/powershell-release?tag=stable](https://aka.ms/powershell-release?tag=stable)
> - Preview release: [https://aka.ms/powershell-release?tag=preview](https://aka.ms/powershell-release?tag=preview)
> - LTS release: [https://aka.ms/powershell-release?tag=lts](https://aka.ms/powershell-release?tag=lts)
> - Stable release: [https://aka.ms/powershell-release?tag=stable][current]
> - LTS release: [https://aka.ms/powershell-release?tag=lts][lts]
> - Preview release: [https://aka.ms/powershell-release?tag=preview][preview]

### Dependencies

Expand Down Expand Up @@ -161,3 +161,6 @@ from a new shell by typing `pwsh`.
[releases]: https://aka.ms/PowerShell-Release?tag=stable
[community]: /powershell/scripting/community/community-support
[amazon-dockerfile]: https://github.com/PowerShell/PowerShell-Docker/blob/master/release/community-stable/amazonlinux/docker/Dockerfile
[current]: https://aka.ms/powershell-release?tag=stable
[lts]: https://aka.ms/powershell-release?tag=lts
[preview]: https://aka.ms/powershell-release?tag=preview
4 changes: 2 additions & 2 deletions reference/docs-conceptual/install/install-rhel.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ separate package for each OS. Download the RPM package you need onto your CentOS
- CentOS 7 - `https://github.com/PowerShell/PowerShell/releases/download/v7.1.5/powershell-7.1.5-1.rhel.7.x86_64.rpm`
- CentOS 8 - `https://github.com/PowerShell/PowerShell/releases/download/v7.1.5/powershell-7.1.5-1.centos.8.x86_64.rpm`
- PowerShell 7.0.8
- CentOS 7 - `https://github.com/PowerShell/PowerShell/releases/download/v7.1.5/powershell-7.0.8-1.rhel.7.x86_64.rpm`
- CentOS 8 - `https://github.com/PowerShell/PowerShell/releases/download/v7.1.5/powershell-7.0.8-1.centos.8.x86_64.rpm`
- CentOS 7 - `https://github.com/PowerShell/PowerShell/releases/download/v7.0.8/powershell-7.0.8-1.rhel.7.x86_64.rpm`
- CentOS 8 - `https://github.com/PowerShell/PowerShell/releases/download/v7.0.8/powershell-7.0.8-1.centos.8.x86_64.rpm`

Use the following shell command to install the RPM package on the target version of RHEL. Change the
URL in the following shell commands to match the version you need.
Expand Down