From b67857677e31ceda5efbc9dbe4aef9da9bfd29d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 28 Dec 2018 11:53:55 +0100 Subject: [PATCH] eoptasks: use full-upgrade --- eoptasks/eoptasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eoptasks/eoptasks.py b/eoptasks/eoptasks.py index 6b2dc3e..fa9cba6 100755 --- a/eoptasks/eoptasks.py +++ b/eoptasks/eoptasks.py @@ -220,7 +220,7 @@ else: cmd = { 'apt.update': 'sudo apt update', - 'apt.upgrade': 'sudo apt update && sudo apt upgrade -y', + 'apt.upgrade': 'sudo apt update && sudo apt full-upgrade -y', # collectstatic is useful after an upgrade of gadjo. 'collectstatic': '''sudo -u authentic-multitenant authentic2-multitenant-manage collectstatic --noinput; sudo -u bijoe bijoe-manage collectstatic --noinput;