From 4156f62d078bd34e6801c80af08d2e6ba5cfa53e Mon Sep 17 00:00:00 2001 From: earthlng Date: Fri, 22 Jan 2021 12:10:42 +0000 Subject: [PATCH] Update updater.bat --- updater.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/updater.bat b/updater.bat index a1120ef..a806ca6 100644 --- a/updater.bat +++ b/updater.bat @@ -30,7 +30,8 @@ GOTO parse FOR /F %%i IN ('PowerShell -Command "[Enum]::GetNames([Net.SecurityProtocolType]) -contains 'Tls12'"') DO ( 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 EXIT )