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

Install infisical-cli on Alibaba Cloud Linux 3.2104 LTS #2931

Open
benyue1978 opened this issue Jan 2, 2025 · 0 comments
Open

Install infisical-cli on Alibaba Cloud Linux 3.2104 LTS #2931

benyue1978 opened this issue Jan 2, 2025 · 0 comments

Comments

@benyue1978
Copy link

Describe the bug

The install script does not support the OS distro of Alibaba Cloud Linux

To Reproduce

Steps to reproduce the behavior:

Run

curl -1sLf \
'https://dl.cloudsmith.io/public/infisical/infisical-cli/setup.rpm.sh' \
| sudo -E bash

It complains:

 NOPE: Checking if upstream install config is OK ...
 ^^^^: ... Failed to fetch configuration for your OS distribution release/version.
 >>>>:
 >>>>: It looks like we don't currently support your distribution release and
 >>>>: version. This is something that we can fix by adding it to our list of
 >>>>: supported versions (see contact us below), or you can manually override
 >>>>: the values below to an equivalent distribution that we do support:
 >>>>:
 >>>>: ... distro=alinux  version=3  codename=OpenAnolis  arch=x86_64
 >>>>:
 >>>>: You can force this script to use a particular value by specifying distro,
 >>>>: version, or codename via environment variable. E.g., to specify a distro
 >>>>: such as SUSE Linux Enterprise Server 12, use the following:
 >>>>:
 >>>>:   <curl command> | distro=sles version=12.1 codename= sudo -E bash
 >>>>:

Expected behavior

It's better add support to Alibaba Cloud Linux

Screenshots

If applicable, add screenshots to help explain your problem.

Platform you are having the issue on:

Alibaba Cloud Linux

Additional context

Workaround using

curl -1sLf 'https://dl.cloudsmith.io/public/infisical/infisical-cli/setup.rpm.sh' | distro=rhel version=9 codename= sudo -E bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant