mirror of
https://github.com/arkenfox/user.js.git
synced 2025-06-06 02:37:09 +02:00
Update updater.bat
This commit is contained in:
parent
ca154fc29e
commit
4156f62d07
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ GOTO parse
|
||||||
|
|
||||||
FOR /F %%i IN ('PowerShell -Command "[Enum]::GetNames([Net.SecurityProtocolType]) -contains 'Tls12'"') DO (
|
FOR /F %%i IN ('PowerShell -Command "[Enum]::GetNames([Net.SecurityProtocolType]) -contains 'Tls12'"') DO (
|
||||||
IF "%%i" == "False" (
|
IF "%%i" == "False" (
|
||||||
CALL :message "Your PowerShell version doesn't support TLS1.2 ^! see wiki"
|
CALL :message "Your PowerShell version doesn't support TLS1.2 ^!"
|
||||||
|
ECHO: Instructions to update PowerShell are on the arkenfox wiki
|
||||||
PAUSE
|
PAUSE
|
||||||
EXIT
|
EXIT
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue