tea: error: we currently don't support macOS versions less than 11 #260
Answered
by
mxcl
ronnakamoto
asked this question in
Help
-
Was trying to do
Is there any workaround for this other than upgrading the OS? I'm currently on macOS Mojave 10.14.6 Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
mxcl
Dec 6, 2022
Replies: 0 comments 4 replies
-
You can install manually: https://github.com/teaxyz/cli#now-see-here-fella-i-hate-installers $ sudo install -m 755 <(curl --compressed -LSsf https://tea.xyz/$(uname)/$(uname -m)) /usr/local/bin/tea Most stuff will work, some things will be broken. It's hard to know specifically what will be broken. Potentially we could set a lower deployment target for our builds (/cc @jhheider) |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
ronnakamoto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can install manually: https://github.com/teaxyz/cli#now-see-here-fella-i-hate-installers
$ sudo install -m 755 <(curl --compressed -LSsf https://tea.xyz/$(uname)/$(uname -m)) /usr/local/bin/tea
Most stuff will work, some things will be broken. It's hard to know specifically what will be broken.
Potentially we could set a lower deployment target for our builds (/cc @jhheider)