mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-08 01:40:31 +00:00
Incorporate feedback
This commit is contained in:
parent
18a85c157f
commit
7371c1636b
1 changed files with 1 additions and 2 deletions
|
@ -76,7 +76,6 @@ class WriteSources(Task):
|
||||||
class WritePreferences(Task):
|
class WritePreferences(Task):
|
||||||
description = 'Writing aptitude preferences to disk'
|
description = 'Writing aptitude preferences to disk'
|
||||||
phase = phases.package_installation
|
phase = phases.package_installation
|
||||||
predecessors = [WriteSources]
|
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def run(cls, info):
|
def run(cls, info):
|
||||||
|
@ -110,7 +109,7 @@ class DisableDaemonAutostart(Task):
|
||||||
class AptUpdate(Task):
|
class AptUpdate(Task):
|
||||||
description = 'Updating the package cache'
|
description = 'Updating the package cache'
|
||||||
phase = phases.package_installation
|
phase = phases.package_installation
|
||||||
predecessors = [locale.GenerateLocale, WritePreferences]
|
predecessors = [locale.GenerateLocale, WriteSources, WritePreferences]
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def run(cls, info):
|
def run(cls, info):
|
||||||
|
|
Loading…
Add table
Reference in a new issue