mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Also remove stupid progress messages during this migration
This commit is contained in:
parent
9d0c092481
commit
9f1211e9b8
1 changed files with 1 additions and 1 deletions
|
@ -194,6 +194,6 @@ class MyMigration(Migration):
|
|||
lambda l: logger.warning(l.rstrip()),
|
||||
)
|
||||
|
||||
cmd = "LC_ALL=C DEBIAN_FRONTEND=noninteractive APT_LISTCHANGES_FRONTEND=none apt install --fix-broken --assume-yes " + cmd
|
||||
cmd = "LC_ALL=C DEBIAN_FRONTEND=noninteractive APT_LISTCHANGES_FRONTEND=none apt install --quiet -o=Dpkg::Use-Pty=0 --fix-broken --assume-yes " + cmd
|
||||
|
||||
call_async_output(cmd, callbacks, shell=True)
|
||||
|
|
Loading…
Add table
Reference in a new issue