From b09e59e10437d743acdb64cbfe334bbe30be14f1 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Feb 2024 17:31:58 -0600 Subject: [PATCH] wip --- launch_openpilot.sh | 2 +- selfdrive/ui/qt/setup/updater.cc | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/launch_openpilot.sh b/launch_openpilot.sh index c3bddc9..8390772 100755 --- a/launch_openpilot.sh +++ b/launch_openpilot.sh @@ -2,7 +2,7 @@ cd /data/openpilot -sudo bash /data/openpilot/shell/init_shell.sh +# sudo bash /data/openpilot/shell/init_shell.sh # Blank the UI (assuming framebuffer device is /dev/fb0) # This command clears the framebuffer, effectively blanking the screen diff --git a/selfdrive/ui/qt/setup/updater.cc b/selfdrive/ui/qt/setup/updater.cc index ed47590..548e0c2 100644 --- a/selfdrive/ui/qt/setup/updater.cc +++ b/selfdrive/ui/qt/setup/updater.cc @@ -142,6 +142,8 @@ Updater::Updater(const QString &updater_path, const QString &manifest_path, QWid background-color: #364DEF; } )"); + + Updater::installUpdate(); } void Updater::installUpdate() {