This commit is contained in:
Your Name
2024-02-13 14:42:24 -06:00
parent dc1ee37053
commit 9eee0333ec
3 changed files with 4 additions and 4 deletions

View File

@@ -6,9 +6,9 @@ if [ ! -f /data/openpilot/shell/bg.jpg ]; then
if [ -f /usr/comma/bg.org ]; then
sudo mount -o remount,rw /
# Copy /usr/comma/bg.org to /usr/comma/bg.jpg
sudo cp /usr/comma/bg.org /usr/comma/bg.jpg
sudo mv -f /usr/comma/bg.org /usr/comma/bg.jpg
# Remove /usr/comma/bg.org
sudo rm /usr/comma/bg.org
# sudo rm /usr/comma/bg.org
echo Reverted custom logo for comma boot sequence
sudo sync
sleep 2