Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

signed-by option should be reflected by installation suggestion #173

Open
MrGeneration opened this issue Dec 13, 2021 · 0 comments
Open

Comments

@MrGeneration
Copy link

Starting with Debian 11 and Ubuntu 22 apt-key is going to warn administrators about it's deprecation.

Currently this is the suggested way by packager:

wget -qO- https://dl.packager.io/srv/zammad/zammad/key | apt-key add -
wget -O /etc/apt/sources.list.d/zammad.list \
https://dl.packager.io/srv/zammad/zammad/stable/installer/debian/10.repo

However, the repo file looks like this:

deb https://dl.packager.io/srv/deb/zammad/zammad/stable/debian 10 main

It might be good to already include fitting locations etc. In my tests this does work without any issues:

wget -O /tmp/test.gpg https://dl.packager.io/srv/zammad/zammad/key
deb [signed-by=/tmp/test1.gpg] https://dl.packager.io/srv/deb/zammad/zammad/stable/debian 10 main

Of course this doesn't reflect the correct OS paths yet.
If it helps I can provide them, I gotta fiddle around for documentation reasons any way.

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

No branches or pull requests

1 participant