Updated dpendancy checks.

This commit is contained in:
Storm Dragon 2018-09-05 07:38:21 -04:00
parent e3b85ed55a
commit 93f98f2529

View File

@ -22,7 +22,7 @@ muttHome=~/.mutt
check_dependancies() check_dependancies()
{ {
local dep local dep
for dep in gpg mutt ; do for dep in dialog gettext gpg mutt ; do
if ! command -v $dep &> /dev/null ; then if ! command -v $dep &> /dev/null ; then
echo "$(eval_gettext "\$dep is not installed. Please install $dep and run this script again.")" echo "$(eval_gettext "\$dep is not installed. Please install $dep and run this script again.")"
exit 1 exit 1