mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-10 01:02:08 +08:00
2bca14de80
configured away from the default of ctrl-b
22 lines
599 B
Bash
Executable File
22 lines
599 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cat << 'EOF'
|
|
|
|
Here are some useful commands:
|
|
Enter the tmux session where the comma service runs
|
|
(note: tmux prefix key has been configured to backtick)
|
|
└── tmux a
|
|
|
|
Install Ubuntu packages
|
|
└── sudo apt update && sudo apt install <pkg>
|
|
|
|
Install Python packages
|
|
└── pip install <pkg>
|
|
|
|
When modifying AGNOS, keep in mind that the system partition isn't
|
|
particularly large. /data/ is the largest partition, and unlike the
|
|
rest of the partitions, it will persist across AGNOS updates.
|
|
|
|
Want a clean slate? Reflash AGNOS with https://flash.comma.ai.
|
|
EOF
|