Updated dpendancy checks.
This commit is contained in:
parent
e3b85ed55a
commit
93f98f2529
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user