[module/arch-update] fixed arch update

@issue: #610
This commit is contained in:
Martin 2020-05-01 07:56:52 +02:00
parent 289a4bad41
commit aa8d1b5721

View file

@ -24,7 +24,7 @@ class Module(core.module.Module):
return self.__format.format(self.__packages)
def hidden(self):
return self.check_updates() == 0
return self.update() == 0
def update(self):
result = util.cli.execute('checkupdates')