mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
fix: AUR installation receiving GPG key
This commit is contained in:
5
bauh/gems/arch/gpg.py
Normal file
5
bauh/gems/arch/gpg.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from bauh.commons.system import SystemProcess, new_subprocess
|
||||
|
||||
|
||||
def receive_key(key: str) -> SystemProcess:
|
||||
return SystemProcess(new_subprocess(['gpg', '--recv-key', key]), check_error_output=False)
|
||||
Reference in New Issue
Block a user