metafates / mangal

📖 The most advanced (yet simple) cli manga downloader in the entire universe! Lua scrapers, export formats, anilist integration, fancy TUI and more!
MIT License
1.38k stars 52 forks source link

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

Open h-banii opened 8 months ago

h-banii commented 8 months ago

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 commented 8 months ago

before

image

after

image