fix(install): force TLS 1.2 in Windows PowerShell command (server rejects TLS<1.2)

This commit is contained in:
2026-07-30 10:18:54 +08:00
parent 8cf0112717
commit 7cabf1c821
+1
View File
@@ -13,6 +13,7 @@ curl -fsSL https://eightarms.net/fourbroad/octopus-release/raw/branch/main/insta
**Windows (PowerShell):** **Windows (PowerShell):**
```powershell ```powershell
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
irm https://eightarms.net/fourbroad/octopus-release/raw/branch/main/install.ps1 | iex irm https://eightarms.net/fourbroad/octopus-release/raw/branch/main/install.ps1 | iex
``` ```