From 93f98f25299fbc9e534a8b5303306b446a178bef Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 5 Sep 2018 07:38:21 -0400 Subject: [PATCH] Updated dpendancy checks. --- fleacollar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fleacollar.sh b/fleacollar.sh index 12dd7b9..c579b2f 100755 --- a/fleacollar.sh +++ b/fleacollar.sh @@ -22,7 +22,7 @@ muttHome=~/.mutt check_dependancies() { local dep - for dep in gpg mutt ; do + for dep in dialog gettext gpg mutt ; do if ! command -v $dep &> /dev/null ; then echo "$(eval_gettext "\$dep is not installed. Please install $dep and run this script again.")" exit 1