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 8666eed commit ebb0980
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion wingbits_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ sudo dpkg -i ../readsb_*.deb
# install graphs1090
repo="https://github.com/wiedehopf/graphs1090"
ipath=/usr/share/graphs1090
install=0

function copyNoClobber() {
if ! [[ -f "$2" ]]; then
cp "$1" "$2"
fi
}

mkdir -p /usr/share/graphs1090/installed
mkdir -p /var/lib/graphs1090/scatter
Expand Down

0 comments on commit ebb0980

Please sign in to comment.