You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installation script for infisical-cli fails to add the repository correctly due to an unsupported argument (--add-repo) in dnf config-manager. This results in the installation not proceeding and throwing errors.
To Reproduce
Steps to reproduce the behavior:
Download the installation script infisical-infisical-cli_rpm.sh from the Infisical website.
Make the script executable:
sudo chmod +x infisical-infisical-cli_rpm.sh
Run the installation script:
sudo ./infisical-infisical-cli_rpm.sh
Observe the error message related to --add-repo not being supported by dnf config-manager.
Expected behavior
The installation script should successfully add the repository to the package manager and proceed with the installation of infisical-cli.
Screenshots
Platform you are having the issue on:
OS: Fedora 41 (Workstation)
Architecture: x86_64
Package Manager: DNF 5.2.8.1
Additional context
The error occurs when dnf config-manager fails with the argument --add-repo, which is unsupported in DNF version 5.x.
I have already verified that the repository URL and setup script are correct.
The error message log includes:
Unknown argument --add-repo for command config-manager. Add --help for more information about the arguments.
Failed. Retrying command dnf config-manager --add-repo
Please let me know if you need additional information to resolve this issue.
The text was updated successfully, but these errors were encountered:
Describe the bug
The installation script for
infisical-cli
fails to add the repository correctly due to an unsupported argument (--add-repo
) indnf config-manager
. This results in the installation not proceeding and throwing errors.To Reproduce
Steps to reproduce the behavior:
Download the installation script
infisical-infisical-cli_rpm.sh
from the Infisical website.Make the script executable:
Run the installation script:
Observe the error message related to
--add-repo
not being supported bydnf config-manager
.Expected behavior
The installation script should successfully add the repository to the package manager and proceed with the installation of
infisical-cli
.Screenshots
Platform you are having the issue on:
Additional context
The error occurs when
dnf config-manager
fails with the argument--add-repo
, which is unsupported in DNF version 5.x.I have already verified that the repository URL and setup script are correct.
The error message log includes:
Please let me know if you need additional information to resolve this issue.
The text was updated successfully, but these errors were encountered: