1
0
Fork 0

Fix error message

This commit is contained in:
Braiden Vasco 2017-07-02 12:19:33 +00:00
parent 3071fe251d
commit 73b28f5b33

View file

@ -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