mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-07-26 12:22:04 +08:00
6 lines
164 B
Bash
Executable File
6 lines
164 B
Bash
Executable File
#!/usr/bin/bash
|
|
export API_HOST=https://api.konik.ai
|
|
export ATHENA_HOST=wss://athena.konik.ai
|
|
export MAPS_HOST=https://api.konik.ai/maps
|
|
exec ./launch_chffrplus.sh
|