Arch gem is not enabled by default

This commit is contained in:
Vinicius Moreira
2019-09-18 11:42:13 -03:00
parent e52616e0e5
commit da17ede1ec
16 changed files with 74 additions and 9 deletions

View File

@@ -170,3 +170,6 @@ class SnapManager(SoftwareManager):
t.join()
return res
def is_default_enabled(self) -> bool:
return True