From fab39d6cbaa542f71e6a62631315fc5d1c6d817f Mon Sep 17 00:00:00 2001 From: Aaron Shaw Date: Wed, 3 Jul 2024 14:43:24 +0100 Subject: [PATCH] Update wingbits_installer.sh --- wingbits_installer.sh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/wingbits_installer.sh b/wingbits_installer.sh index 864ff3e..13061b5 100644 --- a/wingbits_installer.sh +++ b/wingbits_installer.sh @@ -12,18 +12,6 @@ curl -1sLf 'https://repositories.timber.io/public/vector/cfg/setup/bash.deb.sh' bash -c "$(curl -L https://setup.vector.dev)" apt-get -y install vector -# install readsb -apt update -apt install --no-install-recommends --no-install-suggests -y \ - git build-essential debhelper libusb-1.0-0-dev \ - librtlsdr-dev librtlsdr0 pkg-config \ - libncurses-dev zlib1g-dev zlib1g libzstd-dev libzstd1 -git clone --depth 20 https://github.com/wiedehopf/readsb.git -cd readsb -export DEB_BUILD_OPTIONS=noddebs -dpkg-buildpackage -b -Prtlsdr -ui -uc -us -sudo dpkg -i ../readsb_*.deb - # install graphs1090 repo="https://github.com/wiedehopf/graphs1090" ipath=/usr/share/graphs1090 @@ -196,4 +184,3 @@ echo "------------------" if ! [[ -f /usr/share/graphs1090/noMalarky ]]; then bash $ipath/malarky.sh fi -