Fix error message
This commit is contained in:
parent
3071fe251d
commit
73b28f5b33
1 changed files with 2 additions and 3 deletions
|
@ -16,9 +16,8 @@ dependencies_check() {
|
|||
fi
|
||||
|
||||
if [[ "$missing" ]]; then
|
||||
echo "Reqired dependencies not installed"
|
||||
echo
|
||||
echo "This can be resolved on Debian/Raspbian systems by installing:"
|
||||
echo "Reqired dependencies not installed."
|
||||
echo "This can be resolved on Debian/Raspbian systems by installing the following packages:"
|
||||
echo "$missing"
|
||||
false
|
||||
fi
|
||||
|
|
Reference in a new issue