This commit is contained in:
Your Name
2024-02-14 00:42:24 -06:00
parent 0c5da80a05
commit a6fd1bfe03
7 changed files with 57 additions and 7 deletions

View File

@@ -9,9 +9,15 @@ if [ ! -f /data/openpilot/shell/bg.jpg ]; then
sudo mv -f /usr/comma/bg.org /usr/comma/bg.jpg
# Remove /usr/comma/bg.org
# sudo rm /usr/comma/bg.org
if [ -f /usr/comma/comma.org ]; then
sudo mv -f /usr/comma/comma.org /usr/comma/comma.sh
fi
echo Reverted custom logo for comma boot sequence
sudo sync
sleep 2
sudo mount -o remount,ro /
sudo reboot
while true; do
sleep 1
done
fi
fi