Skip to content

Commit 2b442bc

Browse files
committed
OpenSSH 8.0.0
1 parent f4920ef commit 2b442bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openssh/install-openssh.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ErrorActionPreference = 'Stop'
33
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
44

55
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
6+
Invoke-WebRequest "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.0.0.0p1-Beta/OpenSSH-Win64.zip" -OutFile OpenSSH-Win64.zip -UseBasicParsing
77

88
Write-Output "Expanding OpenSSH"
99
Expand-Archive OpenSSH-Win64.zip C:\\

0 commit comments

Comments
 (0)