https://github.com/issif/apt-slack
A simple bash script which runs with `cron` to post on Slack available packet updates
https://github.com/issif/apt-slack
Last synced: 3 months ago
JSON representation
A simple bash script which runs with `cron` to post on Slack available packet updates
- Host: GitHub
- URL: https://github.com/issif/apt-slack
- Owner: Issif
- License: apache-2.0
- Created: 2019-02-06T14:48:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T14:59:24.000Z (over 7 years ago)
- Last Synced: 2025-07-22T15:07:58.687Z (12 months ago)
- Language: Shell
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# apt-slack
A simple bash script which runs with `cron` to post on Slack available packet updates. Updates are split into `Version` (Yellow) and `Security` (Red) releases.

# crontab
Just an example with `cron.d`:
```
0 2 * * WED user /home/user/apt-slack.sh
```
# config
Add your *Slack webhook URL* in variable `SLACK_HOOK`.
# author
Thomas Labarussias - https://github.com/Issif