kryptco / kr

DEPRECATED A dev tool for SSH auth + Git commit/tag signing using a key stored in Krypton.
https://krypt.co/developers/
Other
1.59k stars 109 forks source link

```curl https://krypt.co/kr | sh``` will fail #261

Closed kuboon closed 5 years ago

kuboon commented 5 years ago

sudo apt-get install kr in the script fails because it looks it does not add repository collectly.

I read the script and avoided the trouble by

sudo add-apt-repository "deb http://kryptco.github.io/deb kryptco main" &>/dev/null
kuboon commented 5 years ago

it looks fixed.