♻️ refactor osquery
Some checks failed
ci/woodpecker/push/build/1 Pipeline failed
ci/woodpecker/push/build/2 Pipeline failed

This commit is contained in:
JMARyA 2025-05-06 23:14:29 +02:00
parent 5c53c57d74
commit 62924c5edc
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 1 additions and 1 deletions

View file

@ -28,6 +28,7 @@ build() {
package_sheepd() {
pkgdesc="sheep daemon"
depends=('osquery')
cd "$srcdir/repo"
install -Dm755 "sheepd.service" "$pkgir/etc/systemd/systemd/sheepd.service"
install -Dm755 "target/release/sheepd" "$pkgdir/usr/bin/sheepd"