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

Installation instructions for Debian #34

Closed
okdewit opened this issue Feb 20, 2017 · 2 comments
Closed

Installation instructions for Debian #34

okdewit opened this issue Feb 20, 2017 · 2 comments

Comments

@okdewit
Copy link

okdewit commented Feb 20, 2017

The website lists this command to add the signature key:

curl http://codezen.org/static/canto-pub.gpg | sudo apt-key add –

But I think it should be:

curl http://codezen.org/static/canto-pub.gpg | sudo apt-key add -

The website uses an n-dash, but a terminal only understands the command with a hyphen on the end.

I also had to add the architecture to the source line like this: deb [arch=amd64] http://codezen.org/debian xenial main, or it would complain about missing i386 sources.

@ghost
Copy link

ghost commented Mar 21, 2017

What a horrible idea to add a key like that over regular HTTP.

@themoken
Copy link
Owner

Signing these .debs has been nothing but a pain in the ass =/

Anyway, I updated the instructions, and finally got around to bringing SSL to all of my domains (although it's still not a great idea to go copy pasting keys from random websites).

Now, if only the key itself was worth a damn anymore...

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

2 participants