fix: add --overwrite=* to basestrap install to fix error code 1

This commit is contained in:
2026-07-05 20:25:57 +02:00
parent 2df1216df8
commit 96c3d459c1
@@ -353,6 +353,7 @@ class PMPacman(PackageManager):
command.append("-U")
else:
command.append("-Sy")
command.append("--overwrite=*")
command += pkgs