Files
dragonpilot/selfdrive/ui/text
Vehicle Researcher c8440ab691 lp-dp 2023-05-09T02:32:30 for EON/C2
version: lp-dp v0.9.2 for EON/C2
date: 2023-05-09T02:32:30
commit: cb8adff9d368de2e442e1e7f4309b70a4a2013ad
2023-05-09 02:32:38 +00:00

11 lines
234 B
Bash
Executable File

#!/bin/sh
if [ -f /EON ] && [ ! -f qt/text ]; then
cp qt/text_aarch64 qt/text
elif [ -f /TICI ] && [ ! -f qt/text ]; then
cp qt/text_larch64 qt/text
fi
export LD_LIBRARY_PATH="/system/lib64:$LD_LIBRARY_PATH"
exec ./qt/text "$1"