Fallback if hosts download failed

This commit is contained in:
Flowseal
2025-12-28 15:32:11 +03:00
parent 59ed28cb3e
commit 3e7c667589

View File

@@ -847,6 +847,7 @@ if exist "%SystemRoot%\System32\curl.exe" (
if not exist "%tempFile%" ( if not exist "%tempFile%" (
call :PrintRed "Failed to download hosts file from repository" call :PrintRed "Failed to download hosts file from repository"
call :PrintYellow "Copy hosts file manually from %hostsUrl%"
pause pause
goto menu goto menu
) )