wip
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user