Skip to content

Commit

Permalink
Update wingbits_installer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shawaj authored Jul 3, 2024
1 parent f215337 commit fab39d6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions wingbits_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -196,4 +184,3 @@ echo "------------------"
if ! [[ -f /usr/share/graphs1090/noMalarky ]]; then
bash $ipath/malarky.sh
fi

0 comments on commit fab39d6

Please sign in to comment.