mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 03:34:15 +02:00
[fix][flatpak] updating application dependencies during updating and downgrading
This commit is contained in:
@@ -287,10 +287,6 @@ class FlatpakManager(SoftwareManager):
|
||||
watcher.print("Operation cancelled")
|
||||
return False
|
||||
|
||||
if pkg.installation == 'user':
|
||||
if not handler.handle_simple(flatpak.register_flathub('user')):
|
||||
return False
|
||||
|
||||
res = handler.handle(SystemProcess(subproc=flatpak.install(str(pkg.id), pkg.origin, pkg.installation), wrong_error_phrase='Warning'))
|
||||
|
||||
if res:
|
||||
|
||||
Reference in New Issue
Block a user