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;