mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 06:24:15 +02:00
[arch] feature -> new 'Check Snaps support' action
This commit is contained in:
@@ -1113,3 +1113,7 @@ def get_packages_to_sync_first() -> Set[str]:
|
||||
return {s.strip() for s in to_sync_first[0].split(' ') if s and s.strip()}
|
||||
|
||||
return set()
|
||||
|
||||
|
||||
def is_snapd_installed() -> bool:
|
||||
return bool(run_cmd('pacman -Qq snapd', print_error=False))
|
||||
|
||||
Reference in New Issue
Block a user