https://github.com/kizzycode/update-freebsd-shell
`update` is a simple shell- and hook-based based update system for FreeBSD
https://github.com/kizzycode/update-freebsd-shell
Last synced: about 2 months ago
JSON representation
`update` is a simple shell- and hook-based based update system for FreeBSD
- Host: GitHub
- URL: https://github.com/kizzycode/update-freebsd-shell
- Owner: KizzyCode
- Created: 2021-09-14T20:58:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-25T22:37:36.000Z (over 3 years ago)
- Last Synced: 2025-02-06T04:44:16.747Z (3 months ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE BSD 2-CLAUSE.md
Awesome Lists containing this project
README
# `update`
Welcome to `update` 🎉
`update` is a simple shell- and hook-based based update system for FreeBSD. The general idea is to provide a trivial
invocation mechanism which invokes so-called "update hooks" which in turn perform the real update tasks. Therefore you
can easily deploy update tasks for your own services (e.g. `pip`-installed python applications).Update-hooks are simple executables and must be stored in `libexec/update.d` and marked as executable. `update` delivers
a few FreeBSD specific hooks which can be used as an example to build yout own hooks.