mangal icon indicating copy to clipboard operation
mangal copied to clipboard

fix(scripts): wrong variable names on rpm install

Open h-banii opened this issue 5 months ago • 1 comments

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 avatar Feb 01 '24 02:02 h-banii

before

image

after

image

h-banii avatar Feb 01 '24 03:02 h-banii