Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix install.sh script if curl is not present (#414)
At least with bash 5.0.18, GNU Wget 1.20.3 and GNU Awk 5.1.0 the wget installation methods fails because the awk regex does not match the location header. In these versions, instead of `/^ Location:...` it must be `/^Location:...`. In order to retain compatibility with other versions having a different behavior, I changed it to `/^\s*Location:...`. Signed-off-by: Bastian Hofmann <bashofmann@gmail.com>
- Loading branch information