mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 19:04:15 +02:00
[flatpak] fix
This commit is contained in:
@@ -203,7 +203,11 @@ def read_updates(version: str, installation: str) -> Dict[str, set]:
|
|||||||
|
|
||||||
def downgrade(app_ref: str, commit: str, installation: str, root_password: str) -> subprocess.Popen:
|
def downgrade(app_ref: str, commit: str, installation: str, root_password: str) -> subprocess.Popen:
|
||||||
cmd = [BASE_CMD, 'update', '--no-related', '--commit={}'.format(commit), app_ref, '-y']
|
cmd = [BASE_CMD, 'update', '--no-related', '--commit={}'.format(commit), app_ref, '-y']
|
||||||
return new_root_subprocess(cmd, root_password)
|
|
||||||
|
if installation == 'system':
|
||||||
|
return new_root_subprocess(cmd, root_password)
|
||||||
|
else:
|
||||||
|
return new_subprocess(cmd)
|
||||||
|
|
||||||
|
|
||||||
def get_app_commits(app_ref: str, origin: str, installation: str) -> List[str]:
|
def get_app_commits(app_ref: str, origin: str, installation: str) -> List[str]:
|
||||||
|
|||||||
Reference in New Issue
Block a user