sunnypilot v0.9.6.1

This commit is contained in:
Jason Wen
2024-02-28 01:07:56 +00:00
commit 829eeafae8
2190 changed files with 1045964 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env sh
# Stop updater
pkill -2 -f selfdrive.updated
# Remove pending update
rm -f /data/safe_staging/finalized/.overlay_consistent
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
# Send SIGHUP to updater
pkill -1 -f selfdrive.updated