Skip to content

Automatic updates for Alpine Linux and other systems using apk-tools

License

Notifications You must be signed in to change notification settings

jirutka/apk-autoupdate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Automatic updates for Alpine Linux and other systems using apk-tools

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published