Added build script

This commit is contained in:
Alex Rennie-Lis
2026-06-16 23:03:36 +01:00
parent a10a126038
commit 737ebcdd0a
2 changed files with 10 additions and 0 deletions

8
build.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
# ensure permissions
chmod 0755 DEBIAN/postinst
chmod 0755 usr/local/bin/webhookd.py
chmod 0644 etc/systemd/system/webhookd.service
dpkg-deb --build --root-owner-group webhookd