mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Don't even try to launch on Kindle FW 5.0
This commit is contained in:
@@ -31,6 +31,15 @@ logmsg()
|
||||
echo "${1}"
|
||||
}
|
||||
|
||||
# Go away if we're on FW 5.0, it's not supported
|
||||
if [ "${INIT_TYPE}" == "upstart" ] ; then
|
||||
if grep '^Kindle 5\.0' /etc/prettyversion.txt > /dev/null 2>&1 ; then
|
||||
logmsg "FW 5.0 is not supported. Update to 5.1!"
|
||||
# And... scene!
|
||||
exit 0
|
||||
fi
|
||||
fi
|
||||
|
||||
# Keep track of what we do with pillow...
|
||||
PILLOW_DISABLED="no"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user