File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ TITLE arkenfox user.js updater
33
44REM ## arkenfox user.js updater for Windows
55REM ## author: @claustromaniac
6- REM ## version: 4.13
6+ REM ## version: 4.14
77REM ## instructions: https://github.com/arkenfox/user.js/wiki/3.3-Updater-Scripts
88
9- SET v = 4.13
9+ SET v = 4.14
1010
1111VERIFY ON
1212CD /D " %~dp0 "
2828GOTO parse
2929:endparse
3030
31+ FOR /F %%i IN ('PowerShell -Command " [Enum]::GetNames([Net.SecurityProtocolType]) -contains 'Tls12'" ') DO (
32+ IF " %%i " == " False" (
33+ CALL :message " Your PowerShell version doesn't support TLS1.2 ^!"
34+ ECHO : Instructions to update PowerShell are on the arkenfox wiki
35+ PAUSE
36+ EXIT
37+ )
38+ )
39+
3140IF DEFINED _updateb (
3241 REM The normal flow here goes from phase 1 to phase 2 and then phase 3.
3342 IF NOT " !_myname:~0 ,9 ! " == " [updated]" (
You can’t perform that action at this time.
0 commit comments