feat: add deb build (#1422)

This commit is contained in:
NLsdt
2025-10-02 18:39:42 +08:00
committed by GitHub
parent 5d5adbc73f
commit 750e67d835
6 changed files with 134 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
echo "Stopping PiliPlus if running..."
pkill -x piliplus || true
fi
exit 0