4 lines
93 B
Bash
Executable File
4 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
VERSION=3.0.1
|
|
dpkg-deb --root-owner-group -b debian foodoord_${VERSION}_all.deb
|