mirror of
https://github.com/janishutz/BiogasControllerApp.git
synced 2026-04-28 05:49:24 +02:00
9 lines
114 B
Python
Executable File
9 lines
114 B
Python
Executable File
#!/bin/sh
|
|
|
|
# Build deb
|
|
dpkg-deb --build deb
|
|
|
|
|
|
# Build rpm
|
|
rpmbuild -ba ./rpm-build/SPECS/biogascontrollerapp.spec
|