mirror of
https://github.com/bol-van/zapret.git
synced 2025-12-06 03:26:47 +03:00
blockcheck: check existense instead of curl
This commit is contained in:
@@ -482,7 +482,7 @@ check_prerequisites()
|
||||
exitp 6
|
||||
}
|
||||
|
||||
local prog progs='curl'
|
||||
local prog progs="$CURL"
|
||||
[ "$SKIP_PKTWS" = 1 ] || {
|
||||
case "$UNAME" in
|
||||
Linux)
|
||||
|
||||
Reference in New Issue
Block a user