mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 02:24:16 +02:00
Arch gem is not enabled by default
This commit is contained in:
@@ -313,3 +313,6 @@ class GenericSoftwareManager(SoftwareManager):
|
||||
|
||||
if man:
|
||||
return exec('man.{}(pkg=pkg, root_password=root_password, watcher=watcher)'.format(action.manager_method))
|
||||
|
||||
def is_default_enabled(self) -> bool:
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user