This commit is contained in:
Flowseal
2026-07-18 15:30:49 +03:00
parent 28fa5df61d
commit 69ffda8cbf

View File

@@ -934,7 +934,7 @@ set "requestUrl=%hostsUrl%?t=%cacheBuster%"
echo Checking hosts file...
if exist "%SystemRoot%\System32\curl.exe" (
curl -L -s --fail -o "%tempFile%" "%requestUrl%"
curl -L -s -o "%tempFile%" "%requestUrl%"
) else (
powershell -NoProfile -Command ^
"$url = '%requestUrl%';" ^