tarantool / cartridge-cli

Command-line utility to manage tarantool cartridge applications
Other
49 stars 17 forks source link

unable to install cartridge-cli on ubuntu 21.04 #644

Open nekufa opened 2 years ago

nekufa commented 2 years ago

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 commented 2 years ago

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

LeonidVas commented 2 years ago

Link on cartridge cli deb package: https://github.com/tarantool/cartridge-cli/releases/download/2.10.0/cartridge-cli_2.10.0_amd64.deb

Totktonada commented 2 years ago

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

https://github.com/tarantool/cartridge-cli/blob/5cf58745b200d8ed13cb518c594a5f11211dbba0/magefile.publish.go#L38-L42

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