Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

fix(scripts): wrong variable names on rpm install #201

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

h-banii
Copy link

@h-banii h-banii commented Feb 1, 2024

Fixes #181

Some variable names in the install_rpm() function were wrong.

This causes download() to get called with its first argument empty, which in turn causes the curl -sfLo issue mentioned.

@h-banii
Copy link
Author

h-banii commented Feb 1, 2024

before

image

after

image

Copy link

@belligerentcrow belligerentcrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

had the same issue. it worked after applying these changes. thank you

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

Successfully merging this pull request may close these issues.

curl: option -sfLo: is badly used here
2 participants