mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Fix task description for apt autoremove
This commit is contained in:
parent
3e6d131730
commit
83f6fae139
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class AptGzipIndexes(Task):
|
||||||
|
|
||||||
|
|
||||||
class AptAutoremoveSuggests(Task):
|
class AptAutoremoveSuggests(Task):
|
||||||
description = 'Configuring apt to not consider suggested important'
|
description = 'Configuring apt to remove suggested packages when autoremoving'
|
||||||
phase = phases.package_installation
|
phase = phases.package_installation
|
||||||
successors = [apt.AptUpdate]
|
successors = [apt.AptUpdate]
|
||||||
# Snatched from:
|
# Snatched from:
|
||||||
|
|
Loading…
Add table
Reference in a new issue