From abf7caf8cf491ee94516dc43b9a0c8a342e45676 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Mon, 31 May 2021 22:36:41 +0200 Subject: [PATCH] remove mbelib and dependencies --- docker/scripts/install-dependencies.sh | 9 --------- docker/scripts/install-owrx-tools.sh | 3 --- 2 files changed, 12 deletions(-) diff --git a/docker/scripts/install-dependencies.sh b/docker/scripts/install-dependencies.sh index dfa08de..58e2b88 100755 --- a/docker/scripts/install-dependencies.sh +++ b/docker/scripts/install-dependencies.sh @@ -40,15 +40,6 @@ wget https://github.com/just-containers/s6-overlay/releases/download/v1.21.8.0/s tar xzf s6-overlay-${PLATFORM}.tar.gz -C / rm s6-overlay-${PLATFORM}.tar.gz -git clone https://git.code.sf.net/p/itpp/git itpp -cmakebuild itpp bb5c7e95f40e8fdb5c3f3d01a84bcbaf76f3676d - -git clone https://github.com/szechyjs/mbelib.git -cmakebuild mbelib 9a04ed5c78176a9965f3d43f7aa1b1f5330e771f - -git clone https://github.com/f4exb/dsd.git -cmakebuild dsd f6939f9edbbc6f66261833616391a4e59cb2b3d7 - JS8CALL_VERSION=2.2.0 JS8CALL_DIR=js8call JS8CALL_TGZ=js8call-${JS8CALL_VERSION}.tgz diff --git a/docker/scripts/install-owrx-tools.sh b/docker/scripts/install-owrx-tools.sh index 0858fb8..9d25559 100755 --- a/docker/scripts/install-owrx-tools.sh +++ b/docker/scripts/install-owrx-tools.sh @@ -40,9 +40,6 @@ make install cd .. rm -rf csdr -git clone https://github.com/jketterl/digiham.git -cmakebuild digiham 0.4.0 - apt-get -y purge --autoremove $BUILD_PACKAGES apt-get clean rm -rf /var/lib/apt/lists/*