mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-26 07:25:25 +02:00
Updated How to retrieve links to latest packages (markdown)
parent
22fea017e2
commit
7e2f0139a6
@ -1,6 +1,7 @@
|
|||||||
Follow these PowerShell steps to retrieve links to the latest Win32-OpenSSH packages:
|
Follow these PowerShell steps to retrieve links to the latest Win32-OpenSSH packages:
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
|
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
||||||
$url = 'https://github.com/PowerShell/Win32-OpenSSH/releases/latest/'
|
$url = 'https://github.com/PowerShell/Win32-OpenSSH/releases/latest/'
|
||||||
$request = [System.Net.WebRequest]::Create($url)
|
$request = [System.Net.WebRequest]::Create($url)
|
||||||
$request.AllowAutoRedirect=$false
|
$request.AllowAutoRedirect=$false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user