Use --non-interactive with zypper update.

CAL-455 #close Fixed in master, please test.
This commit is contained in:
Teo Mrnjavac 2017-02-01 16:11:54 +01:00
parent 8804b15b59
commit fbb77aff0c

View File

@ -97,7 +97,7 @@ class PackageManager:
if self.backend == "packagekit":
check_target_env_call(["pkcon", "refresh"])
elif self.backend == "zypp":
check_target_env_call(["zypper", "update"])
check_target_env_call(["zypper", "--non-interactive", "update"])
elif self.backend == "urpmi":
check_target_env_call(["urpmi.update", "-a"])
elif self.backend == "apt":