From 058bb7ac58ba071215dbb6ab8397bfce32b898dc Mon Sep 17 00:00:00 2001 From: Flamy <27062841+f1amy@users.noreply.github.com> Date: Sun, 3 Apr 2022 22:16:23 +0500 Subject: [PATCH] fix "ask_yes_no: not found" --- uninstall_easy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/uninstall_easy.sh b/uninstall_easy.sh index 94f0e3b..b10bddb 100755 --- a/uninstall_easy.sh +++ b/uninstall_easy.sh @@ -9,6 +9,7 @@ ZAPRET_CONFIG="$EXEDIR/config" ZAPRET_BASE="$EXEDIR" . "$ZAPRET_CONFIG" +. "$ZAPRET_BASE/common/dialog.sh" . "$ZAPRET_BASE/common/base.sh" . "$ZAPRET_BASE/common/elevate.sh" . "$ZAPRET_BASE/common/fwtype.sh"