initial release

This commit is contained in:
2024-09-18 18:39:31 +02:00
parent 0b93a91b59
commit 4dd17557a1
13 changed files with 136 additions and 1 deletions

View File

@@ -1,3 +1,21 @@
# btrkbk-cron
btrbk cron wrapper
btrbk cron wrapper with healthchecks support.
[![Build Status](https://drone.asperti.com/api/badges/paspo/btrbk-cron/status.svg)](https://drone.asperti.com/paspo/btrbk-cron)
## Build
Run this:
```bash
debuild -i -us -uc
```
## Installation
Just install the package as usual.
```bash
sudo dpkg -i btrbk-cron_*.deb
```