This commit is contained in:
USER
2023-09-27 20:49:34 +01:00
parent 9da3b534a1
commit 44557356a6
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
$source = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.9.1.0p1-Beta/OpenSSH-Win64.zip"
$source = "https://github.com/PowerShell/openssh-portable/archive/refs/tags/v9.2.2.0.zip"
$source = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v9.2.2.0p1-Beta/OpenSSH-Win64.zip"
$destination = "C:\Packages\OpenSSH-Win64.zip"
Invoke-WebRequest -Uri $source -OutFile $destination