Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.42 KB

README.adoc

File metadata and controls

35 lines (23 loc) · 1.42 KB

APK Automatic Updates

The aim of apk-autoupdate is to keep the system up-to-date. It checks available updates, installs them and restarts affected services. The tool is intended to be executed automatically and regularly by cron or similar tool.

apk-autoupdate is designed to be flexible and highly customizable. Its configuration file is based on shell and provides many hooks allowing you to adjust each step to your needs (see autoupdate.conf(5)).

Requirements

Runtime:
  • Linux system with /proc

  • POSIX-sh compatible shell with support for set -e pipefail, local and readonly (e.g. Busybox ash, ZSH, bash, …, sadly not dash)

  • apk-tools

  • common userland with awk, grep, head, ps, sed (e.g. from Busybox, GNU coreutils, …)

Build:
  • C compiler and linker supporting at least C99 (tested with clang and gcc)

  • GNU Make

  • Asciidoctor (for building man pages)

License

This project is licensed under MIT License. For the full text of the license, see the LICENSE file.