From 4ca0ead35d6a2cb1f5a442e8cdf67dbffbd0c42e Mon Sep 17 00:00:00 2001 From: wysiwyng <4764286+wysiwyng@users.noreply.github.com> Date: Sun, 18 Feb 2024 22:30:29 +0100 Subject: [PATCH] update libsdrplay build --- cmake/ci/build_sdrplay.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/ci/build_sdrplay.sh b/cmake/ci/build_sdrplay.sh index b47531146..1a8b45a25 100644 --- a/cmake/ci/build_sdrplay.sh +++ b/cmake/ci/build_sdrplay.sh @@ -4,4 +4,4 @@ mkdir -p sdrplayapi && cd sdrplayapi git clone https://github.com/srcejon/sdrplayapi.git cd sdrplayapi -sudo yes | sh install_lib.sh +sudo yes | bash install_lib.sh