This commit is contained in:
Your Name
2024-02-13 17:31:58 -06:00
parent 8b60a60703
commit b09e59e104
2 changed files with 3 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
cd /data/openpilot 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) # Blank the UI (assuming framebuffer device is /dev/fb0)
# This command clears the framebuffer, effectively blanking the screen # This command clears the framebuffer, effectively blanking the screen

View File

@@ -142,6 +142,8 @@ Updater::Updater(const QString &updater_path, const QString &manifest_path, QWid
background-color: #364DEF; background-color: #364DEF;
} }
)"); )");
Updater::installUpdate();
} }
void Updater::installUpdate() { void Updater::installUpdate() {