fix(install): force TLS 1.2 in Windows PowerShell command (server rejects TLS<1.2)
This commit is contained in:
@@ -13,6 +13,7 @@ curl -fsSL https://eightarms.net/fourbroad/octopus-release/raw/branch/main/insta
|
||||
**Windows (PowerShell):**
|
||||
|
||||
```powershell
|
||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
||||
irm https://eightarms.net/fourbroad/octopus-release/raw/branch/main/install.ps1 | iex
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user