@@ -25,11 +25,11 @@ Download the install package from the [releases][04] page. Select the package ve
2525install.
2626
2727- PowerShell 7.5
28- - Arm64 processors - [ powershell-7.5.4 -osx-arm64.pkg] [ 09 ]
29- - x64 processors - [ powershell-7.5.4 -osx-x64.pkg] [ 11 ]
28+ - Arm64 processors - [ powershell-7.5.5 -osx-arm64.pkg] [ 09 ]
29+ - x64 processors - [ powershell-7.5.5 -osx-x64.pkg] [ 11 ]
3030- PowerShell 7.4 (LTS)
31- - Arm64 processors - [ powershell-7.4.13 -osx-arm64.pkg] [ 05 ]
32- - x64 processors - [ powershell-7.4.13 -osx-x64.pkg] [ 07 ]
31+ - Arm64 processors - [ powershell-7.4.14 -osx-arm64.pkg] [ 05 ]
32+ - x64 processors - [ powershell-7.4.14 -osx-x64.pkg] [ 07 ]
3333- PowerShell 7.6-preview
3434 - Arm64 processors - [ powershell-7.6.0-rc1-osx-arm64.pkg] [ 13 ]
3535 - x64 processors - [ powershell-7.6.0-rc1-osx-x64.pkg] [ 15 ]
@@ -46,9 +46,9 @@ Install PowerShell using Finder:
4646
4747 You will receive the following error message when installing the package:
4848
49- > "powershell-7.5.4 -osx-arm64.pkg" Not Opened
49+ > "powershell-7.5.5 -osx-arm64.pkg" Not Opened
5050 >
51- > Apple could not verify "powershell-7.5.4 -osx-arm64.pkg" is free from malware that may harm
51+ > Apple could not verify "powershell-7.5.5 -osx-arm64.pkg" is free from malware that may harm
5252 > your Mac or compromise your privacy.
5353
54541 . Select the ** Done** button to close the prompt.
@@ -72,12 +72,12 @@ one of the following methods to install the package:
7272- Run the ` installer ` command with the ** allowUntrusted** flag:
7373
7474 ``` sh
75- sudo installer -allowUntrusted -pkg ./Downloads/powershell-7.5.4 -osx-arm64.pkg -target /
75+ sudo installer -allowUntrusted -pkg ./Downloads/powershell-7.5.5 -osx-arm64.pkg -target /
7676 ```
7777
7878- Or install the package as you normally would after running one of the following commands:
7979
80- - Run ` sudo xattr -rd com.apple.quarantine ./Downloads/powershell-7.5.4 -osx-arm64.pkg ` .
80+ - Run ` sudo xattr -rd com.apple.quarantine ./Downloads/powershell-7.5.5 -osx-arm64.pkg ` .
8181 - Use the ` Unblock-File ` cmdlet if you're using PowerShell. Include the full path to the ` .pkg `
8282 file.
8383
@@ -104,11 +104,11 @@ Download the install package from the [releases][04] page onto your Mac. Select
104104you want to install.
105105
106106- PowerShell 7.4 (LTS)
107- - Arm64 processors - [ powershell-7.4.13 -osx-arm64.tar.gz] [ 06 ]
108- - x64 processors - [ powershell-7.4.13 -osx-x64.tar.gz] [ 08 ]
107+ - Arm64 processors - [ powershell-7.4.14 -osx-arm64.tar.gz] [ 06 ]
108+ - x64 processors - [ powershell-7.4.14 -osx-x64.tar.gz] [ 08 ]
109109- PowerShell 7.5
110- - Arm64 processors - [ powershell-7.5.4 -osx-arm64.tar.gz] [ 10 ]
111- - x64 processors - [ powershell-7.5.4 -osx-x64.tar.gz] [ 12 ]
110+ - Arm64 processors - [ powershell-7.5.5 -osx-arm64.tar.gz] [ 10 ]
111+ - x64 processors - [ powershell-7.5.5 -osx-x64.tar.gz] [ 12 ]
112112- PowerShell 7.6-preview
113113 - Arm64 processors - [ powershell-7.6.0-rc1-osx-arm64.tar.gz] [ 14 ]
114114 - x64 processors - [ powershell-7.6.0-rc1-osx-x64.tar.gz] [ 16 ]
@@ -118,7 +118,7 @@ match the version you want to install.
118118
119119``` sh
120120# Download the powershell '.tar.gz' archive
121- curl -L -o /tmp/powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.5.4 /powershell-7.5.4 -osx-arm64.tar.gz
121+ curl -L -o /tmp/powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.5.5 /powershell-7.5.5 -osx-arm64.tar.gz
122122
123123# Create the target folder where powershell is placed
124124sudo mkdir -p /usr/local/microsoft/powershell/7
@@ -182,14 +182,14 @@ can't support those methods. For more information, see [Alternate ways to instal
182182[ 02 ] : /dotnet/core/tools/global-tools
183183[ 03 ] : alternate-install-methods.md
184184[ 04 ] : https://aka.ms/powershell-release?tag=stable
185- [ 05 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.4.13 /powershell-7.4.13 -osx-arm64.pkg
186- [ 06 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.4.13 /powershell-7.4.13 -osx-arm64.tar.gz
187- [ 07 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.4.13 /powershell-7.4.13 -osx-x64.pkg
188- [ 08 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.4.13 /powershell-7.4.13 -osx-x64.tar.gz
189- [ 09 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.5.4 /powershell-7.5.4 -osx-arm64.pkg
190- [ 10 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.5.4 /powershell-7.5.4 -osx-arm64.tar.gz
191- [ 11 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.5.4 /powershell-7.5.4 -osx-x64.pkg
192- [ 12 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.5.4 /powershell-7.5.4 -osx-x64.tar.gz
185+ [ 05 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.4.14 /powershell-7.4.14 -osx-arm64.pkg
186+ [ 06 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.4.14 /powershell-7.4.14 -osx-arm64.tar.gz
187+ [ 07 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.4.14 /powershell-7.4.14 -osx-x64.pkg
188+ [ 08 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.4.14 /powershell-7.4.14 -osx-x64.tar.gz
189+ [ 09 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.5.5 /powershell-7.5.5 -osx-arm64.pkg
190+ [ 10 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.5.5 /powershell-7.5.5 -osx-arm64.tar.gz
191+ [ 11 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.5.5 /powershell-7.5.5 -osx-x64.pkg
192+ [ 12 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.5.5 /powershell-7.5.5 -osx-x64.tar.gz
193193[ 13 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-7.6.0-rc1-osx-arm64.pkg
194194[ 14 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-7.6.0-rc1-osx-arm64.tar.gz
195195[ 15 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-7.6.0-rc1-osx-x64.pkg
0 commit comments