Commit f662d442 by devttys0

Fixed typo.

parent 5d5c6ca6
...@@ -114,7 +114,7 @@ case $DISTRO in ...@@ -114,7 +114,7 @@ case $DISTRO in
exit 1 exit 1
esac esac
if [ "$(python -c 'import magic; magic.MAGIC_NO_CHECK_TEXT2' 2>/dev/null)" != 0 ] if [ "$(python -c 'import magic; magic.MAGIC_NO_CHECK_TEXT' 2>/dev/null)" != 0 ]
then then
echo "python-magic not installed or wrong version." echo "python-magic not installed or wrong version."
libmagic libmagic
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment