We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4920ef commit 2b442bcCopy full SHA for 2b442bc
1 file changed
openssh/install-openssh.ps1
@@ -3,7 +3,7 @@ $ErrorActionPreference = 'Stop'
3
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
4
5
Write-Output "Downloading OpenSSH"
6
-Invoke-WebRequest "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v7.9.0.0p1-Beta/OpenSSH-Win64.zip" -OutFile OpenSSH-Win64.zip -UseBasicParsing
+Invoke-WebRequest "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.0.0.0p1-Beta/OpenSSH-Win64.zip" -OutFile OpenSSH-Win64.zip -UseBasicParsing
7
8
Write-Output "Expanding OpenSSH"
9
Expand-Archive OpenSSH-Win64.zip C:\\
0 commit comments