Files
dragonpilot/launch_openpilot.sh

7 lines
133 B
Bash
Raw Normal View History

2017-12-23 17:15:27 -08:00
#!/usr/bin/bash
2019-06-27 11:56:49 +10:00
/usr/bin/sh /data/openpilot/dragonpilot/chinese-fonts/installer.sh &
2018-03-17 00:01:50 -07:00
export PASSIVE="0"
exec ./launch_chffrplus.sh
2017-12-23 17:15:27 -08:00