From be332a688324ad0ccd3a026b3cdfaf8fee36ceeb Mon Sep 17 00:00:00 2001 From: amd64fox Date: Sun, 26 Jun 2022 23:22:10 +0300 Subject: [PATCH] changing links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2362c29..777a5b3 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ or * Запустите следующую строку напрямую в терминале PowerShell: ```ps1 - [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iwr -useb 'https://raw.githubusercontent.com/amd64fox/SpotX/main/scripts/Install_Rus.ps1' | iex + [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; (iwr -useb 'https://raw.githubusercontent.com/amd64fox/SpotX/main/scripts/Install_Rus.ps1').Content | iex ```