mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-25 07:52:03 +08:00
12 lines
387 B
Bash
Executable File
12 lines
387 B
Bash
Executable File
#!/usr/bin/bash
|
|
/usr/bin/sh /data/openpilot/scripts/toyota_dsu_mode.sh
|
|
if [ -f "/sdcard/dp_patcher.py" ]; then
|
|
/data/data/com.termux/files/usr/bin/python /sdcard/dp_patcher.py
|
|
fi
|
|
getprop persist.sys.locale | tr -d '\n' > /data/params/d/DragonLocale
|
|
chmod +x scripts/*.sh
|
|
/usr/bin/sh /data/openpilot/dragonpilot/cjk-fonts/installer.sh &
|
|
export PASSIVE="0"
|
|
exec ./launch_chffrplus.sh
|
|
|