mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 00:05:59 +08:00
7 lines
145 B
Bash
Executable File
7 lines
145 B
Bash
Executable File
#!/usr/bin/bash
|
|
export ATHENA_HOST="wss://athena.konik.ai"
|
|
export API_HOST="https://api.konik.ai"
|
|
export PASSIVE="0"
|
|
exec ./launch_chffrplus.sh
|
|
|