mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-02 06:40:14 +01:00
Merge pull request #342 from bd5rv/develop
Add --no-http-keep-alive to wget's arguments
This commit is contained in:
commit
57f55bbdd5
|
|
@ -38,7 +38,7 @@ case $ARCH in
|
|||
;;
|
||||
esac
|
||||
|
||||
wget https://www.sdrplay.com/software/$BINARY
|
||||
wget --no-http-keep-alive https://www.sdrplay.com/software/$BINARY
|
||||
sh $BINARY --noexec --target sdrplay
|
||||
patch --verbose -Np0 < /install-lib.$ARCH.patch
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue