Merge pull request #342 from bd5rv/develop

Add --no-http-keep-alive to wget's arguments
This commit is contained in:
Jakob Ketterl 2023-03-10 21:11:31 +01:00 committed by GitHub
commit 57f55bbdd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ case $ARCH in
;; ;;
esac esac
wget https://www.sdrplay.com/software/$BINARY wget --no-http-keep-alive https://www.sdrplay.com/software/$BINARY
sh $BINARY --noexec --target sdrplay sh $BINARY --noexec --target sdrplay
patch --verbose -Np0 < /install-lib.$ARCH.patch patch --verbose -Np0 < /install-lib.$ARCH.patch