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

Request support Apple Silicon #319

Closed xuanyunhui closed 3 years ago

xuanyunhui commented 3 years ago

ruining@ruinings-MacBook-Air ~ % 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 6568 0 0:00:01 0:00:01 --:--:-- 6568 kr: Installing Krypton... kr: Unsupported OS X version 11.0. Krypton requires 10.11+ ruining@ruinings-MacBook-Air ~ % uname -a Darwin ruinings-MacBook-Air.local 20.1.0 Darwin Kernel Version 20.1.0: Sat Oct 31 00:07:10 PDT 2020; root:xnu-7195.50.7~2/RELEASE_ARM64_T8101 arm64

rsclarke commented 3 years ago

It seems the installer script was updated to reference Big Sur https://github.com/kryptco/www/commit/845f8bb3801938e299e7764e11760136a8a1d8ed but hasn't been published to the website - @agrinman

However you can install with (and I've successfully paired on Apple Silicon + Rosetta);

curl https://raw.githubusercontent.com/kryptco/www/master/kr | sh
balupton commented 3 years ago

However you can install with (and I've successfully paired on Apple Silicon + Rosetta);

Not working on a M1 Mac Mini on 11.1

balupton@Benjamins-Mac-mini ~ % curl https://raw.githubusercontent.com/kryptco/www/master/kr | sh

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

same error as above

x@Compy ~ % curl https://raw.githubusercontent.com/kryptco/www/master/kr | sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  8732  100  8732    0     0  29700      0 --:--:-- --:--:-- --:--:-- 29600
kr: Installing Krypton...
kr: Unsupported OS X version 11.1. Krypton requires 10.11+
balupton commented 3 years ago

@deepfriedheroin you can use my PR in the meantime

curl https://raw.githubusercontent.com/kryptco/www/ea93713b45d03a8568b489000e71a0724e82dddd/kr | sh
joeyfigaro commented 3 years ago

@balupton still same error–looks like there's no case for 11.4

joeyfigaro commented 3 years ago

For anyone else experiencing this issue, you can find a working solution here