Add README

This commit is contained in:
leafee98 2023-08-04 10:51:28 +08:00
parent 9997bb5979
commit 79916bf5c5

9
README.md Normal file
View file

@ -0,0 +1,9 @@
# Apt Repo Updater
This script will monitor a dir and execute `reprepro` to include the new .deb files.
# Usage
```
WORK_DIR=/srv/apt apt-repo-updater
```