mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
Use --non-interactive with zypper update.
CAL-455 #close Fixed in master, please test.
This commit is contained in:
parent
8804b15b59
commit
fbb77aff0c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue