Use --non-interactive with zypper update.
CAL-455 #close Fixed in master, please test.
This commit is contained in:
parent
8804b15b59
commit
fbb77aff0c
@ -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":
|
||||
|
Loading…
Reference in New Issue
Block a user