mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-17 04:42:04 +08:00
6 lines
143 B
Bash
Executable File
6 lines
143 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
|
|
cd $DIR
|
|
|
|
dpkg-deb --build src/agnos-display agnos-display_0.0.1.deb |