mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[packages] Add -Su --noconfirm
- When updating the system (-Su) it may want to install newer packages; it asks for confirmation before doing so. FIXES #1154
This commit is contained in:
parent
71478fd38d
commit
36fe3ed188
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ class PMPacman(PackageManager):
|
|||
check_target_env_call(["pacman", "-Sy"])
|
||||
|
||||
def update_system(self):
|
||||
check_target_env_call(["pacman", "-Su"])
|
||||
check_target_env_call(["pacman", "-Su", "--noconfirm"])
|
||||
|
||||
|
||||
class PMPortage(PackageManager):
|
||||
|
|
Loading…
Add table
Reference in a new issue