mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
AptUpdate has to explicitly depend on WritePreferences
This commit is contained in:
parent
6c071bed72
commit
18a85c157f
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class DisableDaemonAutostart(Task):
|
|||
class AptUpdate(Task):
|
||||
description = 'Updating the package cache'
|
||||
phase = phases.package_installation
|
||||
predecessors = [locale.GenerateLocale, WriteSources]
|
||||
predecessors = [locale.GenerateLocale, WritePreferences]
|
||||
|
||||
@classmethod
|
||||
def run(cls, info):
|
||||
|
|
Loading…
Add table
Reference in a new issue