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 a6e6a9d commit 49dbad6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions wingbits_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ echo System Architecture: $arch

cd /tmp

# install vector

curl -1sLf 'https://repositories.timber.io/public/vector/cfg/setup/bash.deb.sh' | sudo -E bash
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

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

# install tar1090

0 comments on commit 49dbad6

Please sign in to comment.