fix maintenance

This commit is contained in:
VirtuBox
2019-03-25 10:14:05 +01:00
parent 05adfefe71
commit 55157d010b

View File

@@ -32,7 +32,7 @@ class WOMaintenanceController(CementBaseController):
Log.info(self, "updating apt-cache, please wait...")
WOShellExec.cmd_exec(self, "apt-get update - qq")
Log.info(self, "updating packages, please wait...")
WOShellExec.cmd_exec(self, "DEBIAN_FRONTEND=noninteractive"
WOShellExec.cmd_exec(self, "DEBIAN_FRONTEND=noninteractive "
"apt-get -o "
"Dpkg::Options::='--force-confmiss' "
"-o Dpkg::Options::='--force-confold' "