TheAppgineer / roon-extension-manager

Roon Extension for managing Roon Extensions
https://github.com/TheAppgineer/roon-extension-manager/wiki#roon-extension-manager
Apache License 2.0
84 stars 10 forks source link

Use curl instead of wget to download #13

Open MichaIng opened 2 years ago

MichaIng commented 2 years ago

curl is probably a tiny bit more assured to be available than wget, and it executes a bit faster, at least on all Debian versions I tested. With the used flags, the behaviour of the previous wget call is maintained:

This is really just a minor suggestion. I just ran into a failure since I always use curl and have wget not installed on my testing VMs 😉.