[aur] enabled by default

This commit is contained in:
Vinicius Moreira
2019-11-27 12:55:08 -03:00
parent 55e871151e
commit 7dda7eaa18
12 changed files with 42 additions and 25 deletions

View File

@@ -747,7 +747,7 @@ class ArchManager(SoftwareManager):
return res
def is_default_enabled(self) -> bool:
return False
return True
def launch(self, pkg: ArchPackage):
if pkg.command: