Fallback if hosts download failed
This commit is contained in:
parent
59ed28cb3e
commit
3e7c667589
@ -847,6 +847,7 @@ if exist "%SystemRoot%\System32\curl.exe" (
|
||||
|
||||
if not exist "%tempFile%" (
|
||||
call :PrintRed "Failed to download hosts file from repository"
|
||||
call :PrintYellow "Copy hosts file manually from %hostsUrl%"
|
||||
pause
|
||||
goto menu
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user