mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-09-09 09:53:41 +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 |