mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
Merge pull request #1774 from codesnake/aml_faster_update_le82
LE 8.2: aml: Make updates faster
This commit is contained in:
commit
7ad29a89ad
@ -440,7 +440,7 @@
|
|||||||
|
|
||||||
if [ -f "$UPDATE_DIR/$2" -a -b "$3" ]; then
|
if [ -f "$UPDATE_DIR/$2" -a -b "$3" ]; then
|
||||||
StartProgress spinner "Updating $1... "
|
StartProgress spinner "Updating $1... "
|
||||||
result="$(dd if="$UPDATE_DIR/$2" of="$3" conv=fsync 2>&1)"
|
result="$(dd if="$UPDATE_DIR/$2" of="$3" 2>&1)"
|
||||||
StopProgress "done"
|
StopProgress "done"
|
||||||
echo "${result}"
|
echo "${result}"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user