fix: use --overwrite=* as single arg in packages module

This commit is contained in:
2026-07-05 20:52:04 +02:00
parent ac52aeea16
commit 8033575d50
@@ -219,8 +219,7 @@ class PMPacman(PackageManager):
command.append("--noconfirm")
command.append("--noprogressbar")
command.append("--overwrite")
command.append("*")
command.append("--overwrite=*")
if self.pacman_needed_only is True:
command.append("--needed")