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 New Issue
Block a user