Skip to content

Commit fa2b91c

Browse files
Publish to live (#8230)
* Update versions for new releases (#8222) * [WIP] Fixes #8224 - Updates Select-Object (#8225) * Automatically committed changes. * Apply suggestions from code review Co-authored-by: Sean Wheeler <sean.wheeler@microsoft.com> * Updates for PR feedback Co-authored-by: Sean Wheeler <sean.wheeler@microsoft.com> * Fixes #8220 - Reorder information in setup articles (#8226) * Reorder information in setup articles * fix broken links * Update reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md Co-authored-by: Chase Wilson <31453523+chasewilson@users.noreply.github.com> * Fix versioned URLs (#8229) Co-authored-by: Chase Wilson <31453523+chasewilson@users.noreply.github.com>
1 parent 411b9f4 commit fa2b91c

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

reference/docs-conceptual/install/install-centos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ separate package for each OS. Download the RPM package you need onto your CentOS
5151
- CentOS 7 - `https://github.com/PowerShell/PowerShell/releases/download/v7.1.5/powershell-7.1.5-1.rhel.7.x86_64.rpm`
5252
- CentOS 8 - `https://github.com/PowerShell/PowerShell/releases/download/v7.1.5/powershell-7.1.5-1.centos.8.x86_64.rpm`
5353
- PowerShell 7.0.8
54-
- CentOS 7 - `https://github.com/PowerShell/PowerShell/releases/download/v7.1.5/powershell-7.0.8-1.rhel.7.x86_64.rpm`
55-
- CentOS 8 - `https://github.com/PowerShell/PowerShell/releases/download/v7.1.5/powershell-7.0.8-1.centos.8.x86_64.rpm`
54+
- CentOS 7 - `https://github.com/PowerShell/PowerShell/releases/download/v7.0.8/powershell-7.0.8-1.rhel.7.x86_64.rpm`
55+
- CentOS 8 - `https://github.com/PowerShell/PowerShell/releases/download/v7.0.8/powershell-7.0.8-1.centos.8.x86_64.rpm`
5656

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

reference/docs-conceptual/install/install-other-linux.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ scenarios.
7878
> [!NOTE]
7979
> You can use this method to install any version of PowerShell including the latest:
8080
>
81-
> - Stable release: [https://aka.ms/powershell-release?tag=stable](https://aka.ms/powershell-release?tag=stable)
82-
> - Preview release: [https://aka.ms/powershell-release?tag=preview](https://aka.ms/powershell-release?tag=preview)
83-
> - LTS release: [https://aka.ms/powershell-release?tag=lts](https://aka.ms/powershell-release?tag=lts)
81+
> - Stable release: [https://aka.ms/powershell-release?tag=stable][current]
82+
> - LTS release: [https://aka.ms/powershell-release?tag=lts][lts]
83+
> - Preview release: [https://aka.ms/powershell-release?tag=preview][preview]
8484
8585
### Dependencies
8686

@@ -161,3 +161,6 @@ from a new shell by typing `pwsh`.
161161
[releases]: https://aka.ms/PowerShell-Release?tag=stable
162162
[community]: /powershell/scripting/community/community-support
163163
[amazon-dockerfile]: https://github.com/PowerShell/PowerShell-Docker/blob/master/release/community-stable/amazonlinux/docker/Dockerfile
164+
[current]: https://aka.ms/powershell-release?tag=stable
165+
[lts]: https://aka.ms/powershell-release?tag=lts
166+
[preview]: https://aka.ms/powershell-release?tag=preview

reference/docs-conceptual/install/install-rhel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ separate package for each OS. Download the RPM package you need onto your CentOS
6464
- CentOS 7 - `https://github.com/PowerShell/PowerShell/releases/download/v7.1.5/powershell-7.1.5-1.rhel.7.x86_64.rpm`
6565
- CentOS 8 - `https://github.com/PowerShell/PowerShell/releases/download/v7.1.5/powershell-7.1.5-1.centos.8.x86_64.rpm`
6666
- PowerShell 7.0.8
67-
- CentOS 7 - `https://github.com/PowerShell/PowerShell/releases/download/v7.1.5/powershell-7.0.8-1.rhel.7.x86_64.rpm`
68-
- CentOS 8 - `https://github.com/PowerShell/PowerShell/releases/download/v7.1.5/powershell-7.0.8-1.centos.8.x86_64.rpm`
67+
- CentOS 7 - `https://github.com/PowerShell/PowerShell/releases/download/v7.0.8/powershell-7.0.8-1.rhel.7.x86_64.rpm`
68+
- CentOS 8 - `https://github.com/PowerShell/PowerShell/releases/download/v7.0.8/powershell-7.0.8-1.centos.8.x86_64.rpm`
6969

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

0 commit comments

Comments
 (0)