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() {