mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2026-08-05 07:35:53 +03:00
fixes #15952
This commit is contained in:
@@ -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%';" ^
|
||||
|
||||
Reference in New Issue
Block a user