Closed AndreyBalandin closed 6 years ago
Hi @AndreyBalandin! Thanks for the PR. It's indeed true that using curl as backup is a good idea. I have implemented 8af3a16 which makes the script use curl in case wget fails. It's a bit less verbose than your solution.
I think we need an alternative to Wget. Not all distributions have Wget. For example, Pacman (Archlinux) uses only Curl. Git also uses only Curl. I think that this check will make this script a little more versatile.