fix: add --overwrite=* to basestrap install to fix error code 1
This commit is contained in:
@@ -353,6 +353,7 @@ class PMPacman(PackageManager):
|
||||
command.append("-U")
|
||||
else:
|
||||
command.append("-Sy")
|
||||
command.append("--overwrite=*")
|
||||
|
||||
command += pkgs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user