Skip to content

Commit 60f1874

Browse files
committed
Update OpenSSH 7.9.0.0
1 parent 0cc904b commit 60f1874

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prepare-vms/azure/packer/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.7.2.0p1-Beta/OpenSSH-Win64.zip" -OutFile OpenSSH-Win64.zip -UseBasicParsing
6+
Invoke-WebRequest "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v7.9.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)