mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-19 07:44:00 +08:00
version: dragonpilot v2022.09.07 release for EON/C2
date: 2022-09-07T07:01:54
dp-dev(priv2) beta2 commit: 30a852791f
8 lines
144 B
Bash
Executable File
8 lines
144 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# Stop updater
|
|
pkill -2 -f selfdrive.updated
|
|
|
|
# Remove pending update
|
|
rm -f /data/safe_staging/finalized/.overlay_consistent
|