version: sunnypilot v0.10.1 (staging-tici) date: 2025-10-13T01:35:37 master commit: 737a6c4236e843034680c951005b38d15815363f
8 lines
149 B
Bash
Executable File
8 lines
149 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# Stop updater
|
|
pkill -2 -f system.updated.updated
|
|
|
|
# Remove pending update
|
|
rm -f /data/safe_staging/finalized/.overlay_consistent
|