mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-07 15:36:27 +00:00
update sdrplay to 3.14
This commit is contained in:
parent
a428d2ec58
commit
159a835806
2 changed files with 21 additions and 23 deletions
|
|
@ -27,15 +27,12 @@ apt-get -y install --no-install-recommends $STATIC_PACKAGES $BUILD_PACKAGES
|
|||
ARCH=$(uname -m)
|
||||
|
||||
case $ARCH in
|
||||
x86_64)
|
||||
BINARY=SDRplay_RSP_API-Linux-3.12.1.run
|
||||
x86_64|aarch64)
|
||||
BINARY=SDRplay_RSP_API-Linux-3.14.0.run
|
||||
;;
|
||||
armv*)
|
||||
BINARY=SDRplay_RSP_API-ARM32-3.07.2.run
|
||||
;;
|
||||
aarch64)
|
||||
BINARY=SDRplay_RSP_API-Linux-3.12.1.run
|
||||
;;
|
||||
esac
|
||||
|
||||
wget --no-http-keep-alive https://www.sdrplay.com/software/$BINARY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue