This commit is contained in:
Your Name
2024-02-13 19:02:26 -06:00
parent d1c940a7fa
commit 64acac5f13

View File

@@ -26,7 +26,7 @@ if [ "$(md5sum /usr/comma/bg.jpg | awk '{print $1}')" != "$(md5sum /data/openpil
sudo cp /data/openpilot/shell/revert_logo.sh /usr/comma/revert_logo.sh sudo cp /data/openpilot/shell/revert_logo.sh /usr/comma/revert_logo.sh
fi fi
if [[ "$(md5sum md5sum /usr/comma/comma.sh | awk '{print $1}')" != "$(md5sum /data/openpilot/shell/usr_comma_comma.sh | awk '{print $1}')" ]; then if [ "$(md5sum md5sum /usr/comma/comma.sh | awk '{print $1}')" != "$(md5sum /data/openpilot/shell/usr_comma_comma.sh | awk '{print $1}')" ]; then
echo updated comma.sh echo updated comma.sh
sudo cp /data/openpilot/shell/usr_comma_comma.sh /usr/comma/comma.sh sudo cp /data/openpilot/shell/usr_comma_comma.sh /usr/comma/comma.sh
fi fi