Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Unsupported OS X version 11.4. Krypton requires 10.11+ #324

Open
bensullivan opened this issue May 31, 2021 · 8 comments
Open

Unsupported OS X version 11.4. Krypton requires 10.11+ #324

bensullivan opened this issue May 31, 2021 · 8 comments

Comments

@bensullivan
Copy link

bensullivan commented May 31, 2021

Hi

$ curl https://krypt.co/kr | sh
% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed
100 8732 100 8732 0 0 7754 0 0:00:01 0:00:01 --:--:-- 7754
kr: Installing Krypton...
kr: Unsupported OS X version 11.4. Krypton requires 10.11+

I upgraded to macos Big Sur 11.4 last week.

Are there any workarounds for this until you get this fixed?

Thanks

Ben

@LJNGDAHL
Copy link

Same for Big Sur 11.2.

@benmoss
Copy link

benmoss commented Jun 16, 2021

You can just download the script from https://krypt.co/kr and edit the section with the versions, add this line below

11.0) BOTTLE_FILE=kr-2.4.13.mojave.bottle.2.tar.gz; BOTTLE_HASH=8901218264de65fdbf2dc258f00557e456416f9f32fb9511956d546fea0a804a; USE_KRBTLE=1;;
11.4) BOTTLE_FILE=kr-2.4.13.mojave.bottle.2.tar.gz; BOTTLE_HASH=8901218264de65fdbf2dc258f00557e456416f9f32fb9511956d546fea0a804a; USE_KRBTLE=1;;

@Cldfire
Copy link

Cldfire commented Jun 21, 2021

You can also skip the install script and just use homebrew directly:

brew install kryptco/tap/kr 

@mdlima
Copy link

mdlima commented Jul 1, 2021

Tried this on a M1 MacBook, but the brew install failed because OS X was reporting 11.4 version.

So my solution was:

curl https://krypt.co/kr | sed "s/11.0/11.4/g" | sh

@lamelas
Copy link

lamelas commented Sep 6, 2021

Tried this on a M1 MacBook, but the brew install failed because OS X was reporting 11.4 version.

So my solution was:

curl https://krypt.co/kr | sed "s/11.0/11.4/g" | sh

This is great, thanks! If you're on Monterey, you can just change that 11.4 to 12.0 and it also works.

@rermert
Copy link

rermert commented Apr 20, 2022

Was able to install using @mdlima / @lamelas solution above on 12.1, but not able to retrieve the public key. Curious if anyone else is getting this after a "successful" kr pair:

Paired successfully with identity
ssh: short read

@rermert
Copy link

rermert commented May 4, 2022

For anyone who sees this in the future, enable developer mode both for your phone/OS AND on the Krypton app, I was able to get it to work after that.

@TheDumbCatto
Copy link

Currently on Monterey 12.4and experienced the same problem. The workaround is to

Tried this on a M1 MacBook, but the brew install failed because OS X was reporting 11.4 version.
So my solution was:

curl https://krypt.co/kr | sed "s/11.0/11.4/g" | sh

This is great, thanks! If you're on Monterey, you can just change that 11.4 to 12.0 and it also works.

I'm from the future and this works by changing the 11.4 to 12.4 instead of 12.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants