mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-03-03 01:23:53 +08:00
8 lines
149 B
Bash
8 lines
149 B
Bash
|
|
#!/usr/bin/env sh
|
||
|
|
|
||
|
|
# Stop updater
|
||
|
|
pkill -2 -f system.updated.updated
|
||
|
|
|
||
|
|
# Remove pending update
|
||
|
|
rm -f /data/safe_staging/finalized/.overlay_consistent
|