Skip to content

Commit 7e7f178

Browse files
committed
Update 7.5 urls
1 parent 6f2421f commit 7e7f178

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

reference/docs-conceptual/install/Installing-PowerShell-on-macOS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Information about installing PowerShell on macOS
3-
ms.date: 01/27/2025
3+
ms.date: 01/29/2025
44
title: Installing PowerShell on macOS
55
---
66

@@ -282,8 +282,8 @@ support those methods.
282282
[19]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.7/powershell-7.4.7-osx-arm64.tar.gz
283283
[20]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.7/powershell-7.4.7-osx-x64.pkg
284284
[21]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.7/powershell-7.4.7-osx-x64.tar.gz
285-
[22]: https://github.com/PowerShell/PowerShell/releases/download/7.5.0/powershell-7.5.0-osx-arm64.pkg
286-
[23]: https://github.com/PowerShell/PowerShell/releases/download/7.5.0/powershell-7.5.0-osx-arm64.tar.gz
287-
[24]: https://github.com/PowerShell/PowerShell/releases/download/7.5.0/powershell-7.5.0-osx-x64.pkg
288-
[25]: https://github.com/PowerShell/PowerShell/releases/download/7.5.0/powershell-7.5.0-osx-x64.tar.gz
285+
[22]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.0/powershell-7.5.0-osx-arm64.pkg
286+
[23]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.0/powershell-7.5.0-osx-arm64.tar.gz
287+
[24]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.0/powershell-7.5.0-osx-x64.pkg
288+
[25]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.0/powershell-7.5.0-osx-x64.tar.gz
289289
[26]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Installation on Alpine is based on downloading tar.gz package from the [releases
2323
to the package depends on the version of PowerShell you want to install.
2424

2525
- PowerShell 7.4 - `https://github.com/PowerShell/PowerShell/releases/download/v7.4.7/powershell-7.4.7-linux-musl-x64.tar.gz`
26-
- PowerShell 7.5 - `https://github.com/PowerShell/PowerShell/releases/download/7.5.0/powershell-7.5.0-linux-musl-x64.tar.gz`
26+
- PowerShell 7.5 - `https://github.com/PowerShell/PowerShell/releases/download/v7.5.0/powershell-7.5.0-linux-musl-x64.tar.gz`
2727

2828
Then, in the terminal, execute the following shell commands to install PowerShell 7.4:
2929

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Information about installing PowerShell on Debian Linux
3-
ms.date: 01/23/2025
3+
ms.date: 01/29/2025
44
title: Installing PowerShell on Debian
55
---
66
# Installing PowerShell on Debian
@@ -74,7 +74,7 @@ The link to the current version is:
7474
- PowerShell 7.4 (LTS) universal package for supported versions of Debian
7575
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.7/powershell_7.4.7-1.deb_amd64.deb`
7676
- PowerShell 7.5 universal package for supported versions of Debian
77-
- `https://github.com/PowerShell/PowerShell/releases/download/7.5.0/powershell-preview_7.5.0-1.deb_amd64.deb`
77+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.0/powershell_7.5.0-1.deb_amd64.deb`
7878

7979
The following shell script downloads and installs the current release of PowerShell. You can
8080
change the URL to download the version of PowerShell that you want to install.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Information about installing PowerShell on Red Hat Enterprise Linux (RHEL)
3-
ms.date: 01/23/2025
3+
ms.date: 01/29/2025
44
title: Installing PowerShell on Red Hat Enterprise Linux (RHEL)
55
---
66
# Installing PowerShell on Red Hat Enterprise Linux (RHEL)
@@ -69,7 +69,7 @@ The link to the current version is:
6969
- PowerShell 7.4.7 universal package for supported versions of RHEL
7070
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.7/powershell-7.4.7-1.rh.x86_64.rpm`
7171
- PowerShell 7.5.0 universal package for supported versions of RHEL
72-
- `https://github.com/PowerShell/PowerShell/releases/download/7.5.0/powershell-preview-7.5.0_preview.2-1.rh.x86_64.rpm`
72+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.0/powershell-7.5.0-1.rh.x86_64.rpm`
7373

7474
The following shell script downloads and installs the current preview release of PowerShell. You can
7575
change the URL to download the version of PowerShell that you want to install.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Information about installing PowerShell on Ubuntu
3-
ms.date: 01/27/2025
3+
ms.date: 01/29/2025
44
title: Installing PowerShell on Ubuntu
55
---
66
# Installing PowerShell on Ubuntu
@@ -86,7 +86,7 @@ The link to the current version is:
8686
- PowerShell 7.4 (LTS) universal package for supported versions of Ubuntu
8787
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.7/powershell_7.4.7-1.deb_amd64.deb`
8888
- PowerShell 7.5 universal package for supported versions of Ubuntu
89-
- `https://github.com/PowerShell/PowerShell/releases/download/7.5.0/powershell-preview_7.5.0-1.deb_amd64.deb`
89+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.0/powershell-preview_7.5.0-1.deb_amd64.deb`
9090

9191
The following shell script downloads and installs the current preview release of PowerShell. You can
9292
change the URL to download the version of PowerShell that you want to install.

0 commit comments

Comments
 (0)