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 68a1248 commit b5abad4
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion wingbits_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,18 @@ bash -c "$(curl -L https://setup.vector.dev)"
apt-get -y install vector

# install readsb
curl -sL https://github.com/wiedehopf/adsb-scripts/raw/master/readsb-install.sh | bash
sudo apt update
sudo 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

# curl -sL https://github.com/wiedehopf/adsb-scripts/raw/master/readsb-install.sh | bash

# install graphs1090
curl -sL https://github.com/wiedehopf/graphs1090/raw/master/install.sh | bash
Expand Down

0 comments on commit b5abad4

Please sign in to comment.