Fix code style
This commit is contained in:
parent
73b28f5b33
commit
21f2b153b9
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ dependencies_check() {
|
|||
fi
|
||||
|
||||
if [[ "$missing" ]]; then
|
||||
echo "Reqired dependencies not installed."
|
||||
echo "This can be resolved on Debian/Raspbian systems by installing the following packages:"
|
||||
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