4 lines
106 B
Bash
4 lines
106 B
Bash
#!/bin/sh
|
|
chmod +x build/opt/agt/bin/start.sh
|
|
dpkg-deb --build build agt-1.1.0-$(date +"%Y%m%d")-ub22.deb
|