mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Add --assume-yes to apt-get autoremove
This commit is contained in:
parent
6fda70a237
commit
7fe72feb2c
1 changed files with 2 additions and 1 deletions
|
@ -154,7 +154,8 @@ class PurgeUnusedPackages(Task):
|
|||
def run(cls, info):
|
||||
log_check_call(['chroot', info.root,
|
||||
'apt-get', 'autoremove',
|
||||
'--purge'])
|
||||
'--purge',
|
||||
'--assume-yes'])
|
||||
|
||||
|
||||
class AptClean(Task):
|
||||
|
|
Loading…
Add table
Reference in a new issue