Clear screen before zsync OTA update starts (#9114)

reviewable/pr9192/r1
zwim 2 years ago committed by GitHub
parent 5bcd3d0962
commit 02abbfedf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,6 +19,8 @@ else
ZSYNC_MESSAGE="Computing zsync delta"
fi
# Clear screen before start
./fbink --cls
# Small zsync wrapper so we can print its output while it works...
./fbink -q -y -7 -pmh "${ZSYNC_MESSAGE} . . ."
# Clear any potential leftover from the local OTA tarball creation.

Loading…
Cancel
Save