mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-07-27 04:42:05 +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
|
|
|