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

Debian package install instructions fail in Ubuntu #2840

Open
digininja opened this issue Sep 18, 2022 · 0 comments
Open

Debian package install instructions fail in Ubuntu #2840

digininja opened this issue Sep 18, 2022 · 0 comments

Comments

@digininja
Copy link

I tried to install the Debian package in Ubunut using these instructions:

https://goswagger.io/install.html#debian-packages-

These add the gpg key to the keychain but then try to reference it from this file in the source listing:

deb [signed-by=/usr/share/keyrings/go-swagger-go-swagger-archive-keyring.gpg] ...

What I did instead of:

curl -1sLf 'https://dl.cloudsmith.io/public/go-swagger/go-swagger/gpg.2F8CB673971B5C9E.key' | sudo apt-key add -

Was:

curl https://dl.cloudsmith.io/public/go-swagger/go-swagger/gpg.2F8CB673971B5C9E.key  | gpg --dearmor >  /usr/share/keyrings/go-swagger-go-swagger-archive-keyring.gpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants