mirror of
https://github.com/ajouatom/openpilot.git
synced 2026-02-18 21:13:56 +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
|