Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to install cartridge-cli on ubuntu 21.04 #644

Open
nekufa opened this issue Oct 12, 2021 · 3 comments
Open

unable to install cartridge-cli on ubuntu 21.04 #644

nekufa opened this issue Oct 12, 2021 · 3 comments
Labels

Comments

@nekufa
Copy link

nekufa commented Oct 12, 2021

Ubuntu hirsute was released half-year ago, but cartridge-cli is not available on this version.

$ curl -L https://tarantool.io/installer.sh | sudo -E bash -s -- --repo-only
....
+ unsupported_os
+ echo 'Unfortunately, your operating system is not supported by this script.'
Unfortunately, your operating system is not supported by this script.
+ exit 1

$ cat /etc/lsb-release                                                      
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=21.04
DISTRIB_CODENAME=hirsute
DISTRIB_DESCRIPTION="Ubuntu 21.04"
@mRrvz
Copy link
Contributor

mRrvz commented Oct 12, 2021

I think this is not a problem with cartridge cli, but an tarantool installer problem.

@LeonidVas
Copy link
Collaborator

@Totktonada
Copy link
Member

We should build and deploy a package for Ubuntu Hirsute. Now we don't:

{OS: "ubuntu", Dist: "trusty"},
{OS: "ubuntu", Dist: "xenial"},
{OS: "ubuntu", Dist: "bionic"},
{OS: "ubuntu", Dist: "eoan"},
{OS: "ubuntu", Dist: "focal"},

If you found a problem in installer.sh, please, file an issue to https://github.com/tarantool/installer.sh/issues.

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

No branches or pull requests

5 participants