Skip to content

Commit

Permalink
Update readsb-install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rkarikari authored Aug 13, 2024
1 parent 9ecbd66 commit cddf455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readsb-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ if command -v apt &>/dev/null; then
packages+=(libzstd-dev libzstd1)
fi
if ! command -v nginx &>/dev/null && [[ -z "$NO_TAR1090" ]] ; then
packages+=(nginx)
packages+=(nginx curl)
fi
aptInstall "${packages[@]}"
fi
Expand Down

0 comments on commit cddf455

Please sign in to comment.