Refactor UpdaterCheckerTask

Update checking/downloading/installing can now be configured precisely and more intuitive in the config.
This commit is contained in:
Frank van der Heijden 2021-01-30 14:41:37 +01:00
parent 1fde72e522
commit b46f6fbb1f
No known key found for this signature in database
GPG key ID: 26DA56488D314D11
18 changed files with 395 additions and 302 deletions

View file

@ -1,5 +1,7 @@
settings:
check-updates: true
check-updates-boot: true
check-updates-login: false
download-updates: false
download-at-startup-and-update: false
download-updates-boot: false
download-updates-login: false
install-updates-boot: false
install-updates-login: false