integrate s6 service layer for sdrplay

This commit is contained in:
Jakob Ketterl
2020-05-24 16:00:36 +02:00
parent 048210d7da
commit 6c307d885f
9 changed files with 17 additions and 4 deletions

View File

@ -0,0 +1,22 @@
--- sdrplay/install_lib.sh
+++ sdrplay/install_lib_patched.sh
@@ -4,19 +4,6 @@
MAJVERS="3"
echo "Installing SDRplay RSP API library ${VERS}..."
-read -p "Press RETURN to view the license agreement" ret
-
-more sdrplay_license.txt
-
-while true; do
- echo "Press y and RETURN to accept the license agreement and continue with"
- read -p "the installation, or press n and RETURN to exit the installer [y/n] " yn
- case $yn in
- [Yy]* ) break;;
- [Nn]* ) exit;;
- * ) echo "Please answer y or n";;
- esac
-done
ARCH=`uname -m`
OSDIST="Unknown"