Kaydet (Commit) a1324f27 authored tarafından Faik Uygur's avatar Faik Uygur

* package-manager should ignore_file_conflicts. This may later be an option from

  preferences.
üst d48d5bfa
......@@ -94,7 +94,7 @@ def installPackage(package=None):
if package:
try:
package = package.split(",")
pisi.api.install(package)
pisi.api.install(package, ignore_file_conflicts=True)
pisi.api.finalize()
except KeyboardInterrupt:
cancelled()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment