diff --git a/bin/Download.ps1 b/bin/Download.ps1 index 8eb1d86..4888360 100755 --- a/bin/Download.ps1 +++ b/bin/Download.ps1 @@ -1,5 +1,6 @@ $source = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.9.1.0p1-Beta/OpenSSH-Win64.zip" $source = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v9.2.2.0p1-Beta/OpenSSH-Win64.zip" +$source = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v9.8.3.0p2-Preview/OpenSSH-Win64.zip" $destination = "C:\Packages\OpenSSH-Win64.zip" Invoke-WebRequest -Uri $source -OutFile $destination