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