mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-04-07 07:13:53 +08:00
7 lines
132 B
Bash
Executable File
7 lines
132 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
# for all the non-essential nice to haves
|
|
|
|
apt-get update && apt-get install -y --no-install-recommends \
|
|
ripgrep
|