diff --git a/.gitattributes b/.gitattributes index c908ca8d07..efbe60f990 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,5 +11,4 @@ *.wav filter=lfs diff=lfs merge=lfs -text selfdrive/car/tests/test_models_segs.txt filter=lfs diff=lfs merge=lfs -text -system/hardware/tici/updater_weston filter=lfs diff=lfs merge=lfs -text -system/hardware/tici/updater_magic filter=lfs diff=lfs merge=lfs -text +system/hardware/tici/updater filter=lfs diff=lfs merge=lfs -text diff --git a/system/hardware/tici/updater b/system/hardware/tici/updater index 69ce323a10..44b82d0c54 100755 --- a/system/hardware/tici/updater +++ b/system/hardware/tici/updater @@ -1,17 +1,3 @@ -#!/usr/bin/env bash - -DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" - -AGNOS_PY=$1 -MANIFEST=$2 - -if [[ ! -f "$AGNOS_PY" || ! -f "$MANIFEST" ]]; then - echo "invalid args" - exit 1 -fi - -if systemctl is-active --quiet weston-ready; then - $DIR/updater_weston $AGNOS_PY $MANIFEST -else - $DIR/updater_magic $AGNOS_PY $MANIFEST -fi +version https://git-lfs.github.com/spec/v1 +oid sha256:3a94ab8395f20d20a9d5a2a2bacca0694f072df8421cf13adca6250d28065bdc +size 24709205 diff --git a/system/hardware/tici/updater_magic b/system/hardware/tici/updater_magic deleted file mode 100755 index 44b82d0c54..0000000000 --- a/system/hardware/tici/updater_magic +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a94ab8395f20d20a9d5a2a2bacca0694f072df8421cf13adca6250d28065bdc -size 24709205 diff --git a/system/hardware/tici/updater_weston b/system/hardware/tici/updater_weston deleted file mode 100755 index 23cdc140f4..0000000000 --- a/system/hardware/tici/updater_weston +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eba5f44e6a763e1f74d1c718993218adcc72cba4caafe99b595fa701151a4c54 -size 10448792