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