mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-02-19 13:06:48 +01:00
update dovecot to focal on ubuntu 20
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user