mirror of
https://github.com/janishutz/BiogasControllerApp.git
synced 2025-11-25 05:44:23 +00:00
9 lines
114 B
Bash
Executable File
9 lines
114 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Build deb
|
|
dpkg-deb --build deb
|
|
|
|
|
|
# Build rpm
|
|
rpmbuild -ba ./rpm-build/SPECS/biogascontrollerapp.spec
|