eoptasks: use full-upgrade

This commit is contained in:
Frédéric Péters 2018-12-28 11:53:55 +01:00
parent 27cafbd86f
commit b67857677e
1 changed files with 1 additions and 1 deletions

View File

@ -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;