[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
@ -290,7 +290,7 @@ class PMPacman(PackageManager):
|
|||||||
check_target_env_call(["pacman", "-Sy"])
|
check_target_env_call(["pacman", "-Sy"])
|
||||||
|
|
||||||
def update_system(self):
|
def update_system(self):
|
||||||
check_target_env_call(["pacman", "-Su"])
|
check_target_env_call(["pacman", "-Su", "--noconfirm"])
|
||||||
|
|
||||||
|
|
||||||
class PMPortage(PackageManager):
|
class PMPortage(PackageManager):
|
||||||
|
Loading…
Reference in New Issue
Block a user