update dovecot to focal on ubuntu 20

This commit is contained in:
Usman Nasir
2021-02-21 17:32:17 +05:00
parent 510a4243eb
commit f421dfa549

View File

@@ -2175,7 +2175,7 @@ echo $oConfig->Save() ? 'Done' : 'Error';
command = 'apt --fix-broken install -y'
subprocess.call(command, shell=True)
command = 'apt -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrade -y'
command = 'DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrade -y'
subprocess.call(command, shell=True)