mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
Clear screen before zsync OTA update starts (#9114)
This commit is contained in:
@@ -19,6 +19,8 @@ else
|
|||||||
ZSYNC_MESSAGE="Computing zsync delta"
|
ZSYNC_MESSAGE="Computing zsync delta"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Clear screen before start
|
||||||
|
./fbink --cls
|
||||||
# Small zsync wrapper so we can print its output while it works...
|
# Small zsync wrapper so we can print its output while it works...
|
||||||
./fbink -q -y -7 -pmh "${ZSYNC_MESSAGE} . . ."
|
./fbink -q -y -7 -pmh "${ZSYNC_MESSAGE} . . ."
|
||||||
# Clear any potential leftover from the local OTA tarball creation.
|
# Clear any potential leftover from the local OTA tarball creation.
|
||||||
|
|||||||
Reference in New Issue
Block a user