fix: use --overwrite=* as single arg in packages module
This commit is contained in:
@@ -219,8 +219,7 @@ class PMPacman(PackageManager):
|
|||||||
|
|
||||||
command.append("--noconfirm")
|
command.append("--noconfirm")
|
||||||
command.append("--noprogressbar")
|
command.append("--noprogressbar")
|
||||||
command.append("--overwrite")
|
command.append("--overwrite=*")
|
||||||
command.append("*")
|
|
||||||
|
|
||||||
if self.pacman_needed_only is True:
|
if self.pacman_needed_only is True:
|
||||||
command.append("--needed")
|
command.append("--needed")
|
||||||
|
|||||||
Reference in New Issue
Block a user