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
h-banii wants to merge 1 commit into
metafates:mainfrom
h-banii:fix-rpm-install
Open

fix(scripts): wrong variable names on rpm install#201
h-banii wants to merge 1 commit into
metafates:mainfrom
h-banii:fix-rpm-install

Conversation

@h-banii

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

Copy link
Copy Markdown

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

h-banii commented Feb 1, 2024

Copy link
Copy Markdown
Author

before

image

after

image

@belligerentcrow belligerentcrow left a comment

Copy link
Copy Markdown

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