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

Unsupported OS X version 10.16. Krypton requires 10.11+ #308

Open stuartbreckenridge opened 4 years ago

stuartbreckenridge commented 4 years ago
kr: Installing Krypton...
kr: Unsupported OS X version 10.16. Krypton requires 10.11+

Unable to install on macOS 11 (10.16) Big Sur.

agrinman commented 4 years ago

Thanks. Can you give it another go?

stuartbreckenridge commented 4 years ago

It works on 10.16.

As a heads up it's 11.0 on the DTK, so I assume 10.16 will need to change to 11.0

billstanden commented 3 years ago

This is a problem now on the Big Sur release candidate because, as mentioned above, the version now reports as 11.0

FernandoMiguel commented 3 years ago

seems apple made Big Sur show as 10.16 for some apps for compatibility reason

agrinman commented 3 years ago

Will fix this soon. A simple work around is to download the install script here: https://krypt.co/kr and change 10.16 to 11.0.

balupton commented 3 years ago

Seal deal for 11.1 on a M1 Mac Mini

balupton@Benjamins-Mac-mini ~ % curl https://krypt.co/kr | sh

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  8585  100  8585    0     0   9755      0 --:--:-- --:--:-- --:--:--  9744
kr: Installing Krypton...
kr: Unsupported OS X version 11.1. Krypton requires 10.11+
tobbbles commented 3 years ago

The project seems semi-abandoned. I suggest forgoing the install script and installing with homebrew.

$ brew upgrade kryptco/tap/kr && brew install kr
balupton commented 3 years ago

Another dupe issue here: https://github.com/kryptco/kr/issues/319#issuecomment-747262933

I did a PR here: https://github.com/kryptco/www/pull/29

Can be used with:

curl https://raw.githubusercontent.com/kryptco/www/ea93713b45d03a8568b489000e71a0724e82dddd/kr | sh

@tobbbles solution is also fine