Actually checked for mutt this time.
This commit is contained in:
parent
6deb05c1a5
commit
6d246a536a
@ -14,7 +14,7 @@ check_dependancies()
|
||||
{
|
||||
local dep
|
||||
for dep in gpg mutt ; do
|
||||
if ! command -v gpg &> /dev/null ; then
|
||||
if ! command -v $dep &> /dev/null ; then
|
||||
echo "$dep is not installed. Please install $dep and run this script again."
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user