mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-04-06 06:43:53 +08:00
5 lines
120 B
Bash
Executable File
5 lines
120 B
Bash
Executable File
#!/usr/bin/env bash
|
|
scp output/linux-headers*.deb comma:/tmp/
|
|
ssh comma "sudo apt install -yq /tmp/linux-headers*.deb"
|
|
|