Browse Source

fix "ask_yes_no: not found"

pull/98/head
Flamy 4 years ago
parent
commit
058bb7ac58
No known key found for this signature in database GPG Key ID: 4228B33ACC962166
  1. 1
      uninstall_easy.sh

1
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"

Loading…
Cancel
Save