mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Merge pull request #1768 from codesnake/aml_faster_update
aml: Make updates faster
This commit is contained in:
@@ -440,7 +440,7 @@
|
||||
|
||||
if [ -f "$UPDATE_DIR/$2" -a -b "$3" ]; then
|
||||
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"
|
||||
echo "${result}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user