Vanilla-OS / vanilla-system-operator

VSO is an utility which allows you to perform maintenance tasks on your Vanilla OS installation.
GNU General Public License v3.0
31 stars 15 forks source link

feat: Allow disabling automatic updates #125

Closed matbme closed 4 months ago

matbme commented 4 months ago

This commit adds the "never" option to "updates.schedule" which disables automatic updates. It also fixes a bug where core.HasUpdates() would ignore the update schedule and return true as soon as an update was available.

Pinging @kbdharun because of some new translation strings.