fix "ask_yes_no: not found"

This commit is contained in:
Flamy 2022-04-03 22:16:23 +05:00
parent effb6be6e5
commit 058bb7ac58
No known key found for this signature in database
GPG Key ID: 4228B33ACC962166

View File

@ -9,6 +9,7 @@ ZAPRET_CONFIG="$EXEDIR/config"
ZAPRET_BASE="$EXEDIR" ZAPRET_BASE="$EXEDIR"
. "$ZAPRET_CONFIG" . "$ZAPRET_CONFIG"
. "$ZAPRET_BASE/common/dialog.sh"
. "$ZAPRET_BASE/common/base.sh" . "$ZAPRET_BASE/common/base.sh"
. "$ZAPRET_BASE/common/elevate.sh" . "$ZAPRET_BASE/common/elevate.sh"
. "$ZAPRET_BASE/common/fwtype.sh" . "$ZAPRET_BASE/common/fwtype.sh"