How to download Apps from OpenRepos via CLI? [answered]
How can I download apps from OpenRepos using the command line interface (CLI)?
Hereby the challenge is:
A simple...
wget https://openrepos.net/sites/default/files/packages/6416/harbour-mashka-0.2.0-1.armv7hl.rpm
... would just download the specified version number. However, I want to always download the newest version of the app instead of a specific version.
Any ideas for that? :-)