-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
[BUG] Install script not working #2716
Comments
This is a possible regression in dnf5 as noted in rpm-software-management/dnf5#1941 The workaround for this is to replace |
Thanks for the info! I'll update the website and docs such that releasever is templated outside of dnf, something like this? sudo dnf install --repofrompath "terra,https://repos.fyralabs.com/terra$(rpm -E %fedora)" --setopt="terra.gpgkey=https://repos.fyralabs.com/terra$(rpm -E %fedora)/key.asc" terra-release |
I think it only happens with |
reopening, since the workaround we're using doesn't work on rawhide |
Describe the bug
On a fresh Fedora 41 I tried running the install script from the terra website
sudo dnf install --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' --setopt='terra.gpgkey=https://repos.fyralabs.com/terra$releasever/key.asc' terra-release
This did not result in a valid url resulting in a 404 message. The "fancy install script" from https://developer.fyralabs.com/terra/installing yielded the same result.
Chaging $releasever to 41 resulted in a successful install process.
To Reproduce
Steps to reproduce the behavior:
sudo dnf install --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' --setopt='terra.gpgkey=https://repos.fyralabs.com/terra$releasever/key.asc' terra-release
Expected behavior
Release version is auto selected and the "just paste and run"-command "just works".
Screenshots
Affected (please complete the following information):
The text was updated successfully, but these errors were encountered: