diff --git a/bin/Download.ps1 b/bin/Download.ps1 index 88872b2..8eb1d86 100755 --- a/bin/Download.ps1 +++ b/bin/Download.ps1 @@ -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 diff --git a/bin/InstallSSH2.bat b/bin/InstallSSH2.bat index dd20c9b..ca13467 100755 --- a/bin/InstallSSH2.bat +++ b/bin/InstallSSH2.bat @@ -30,7 +30,7 @@ if exist "C:\Program Files\OpenSSH\sshd.exe" ( ) else ( echo "NEW installation" - robocopy "%PACKAGES%\openssh-portable-9.2.2.0" "C:\Program Files\OpenSSH" /E + robocopy "%PACKAGES%\PensSSH-Win64" "C:\Program Files\OpenSSH" /E ) set PSFILE="C:\Program Files\OpenSSH\install-sshd.ps1"