Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add apt repo definition option to fetch keyID directly #738

Closed
philclifford opened this issue Feb 5, 2023 · 2 comments · Fixed by #741
Closed

Add apt repo definition option to fetch keyID directly #738

philclifford opened this issue Feb 5, 2023 · 2 comments · Fixed by #741

Comments

@philclifford
Copy link
Member

Where a key is not otherwise readily available but the signing ID is we could maybe support direct

${ELEVATE} gpg --no-default-keyring --keyring /usr/share/keyrings/${APP}-archive-keyring.gpg --keyserver keyserver.ubuntu.com --recv ${APT_KEY_ID}

Originally posted by @philclifford in #731 (comment)

@KlfJoat
Copy link

KlfJoat commented Feb 7, 2023

I cobbled together my own deb-get-like system over the last 4 years in my ignorance of this project. And this functionality is the main piece that deb-get is missing compared to mine.

If this gets implemented, I'll switch to deb-get and add my software that's not already included.

@philclifford
Copy link
Member Author

@KlfJoat keep an eye on the status of PR 741 :-)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants