File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -446,21 +446,6 @@ if exist .git\ (
446
446
)
447
447
goto :eof
448
448
449
- :StopIfDisconnected
450
- if exist deploy.ini (
451
- for /f " tokens=3 delims= " %%i in ('findstr /i " NetTest" deploy.ini') do ( set " state_netTest = %%i " )
452
- )
453
- if " %state_netTest% " == " disable" goto :eof
454
- echo Checking network connection...
455
- wget -q --no-check-certificate %Remoterepo% /modules/CurrentVersion -O NetTest && set " _isNetConnected = true" || set " _isNetConnected = false"
456
- if exist NetTest del NetTest
457
- if " %_isNetConnected% " == " false" (
458
- echo Unable to access GitHub, please check your network connection
459
- pause > NUL
460
- goto MENU
461
- )
462
- goto :eof
463
-
464
449
:CheckBsBeta
465
450
if " %RealtimeMode% " == " disable" goto :eof
466
451
rem if "%FirstRun%"=="enable" goto :eof
You can’t perform that action at this time.
0 commit comments