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 edeba41 commit 6ae1a9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wingbits_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ 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 tar1090
if [[ -z "$NO_TAR1090" ]] ; then
wget -O tar1090-install.sh https://raw.githubusercontent.com/wiedehopf/tar1090/master/install.sh
bash tar1090-install.sh /run/readsb
fi

# install graphs1090
repo="https://github.com/wiedehopf/graphs1090"
ipath=/usr/share/graphs1090
Expand Down

0 comments on commit 6ae1a9c

Please sign in to comment.