Skip to content

Commit

Permalink
add libjansson-dev to libacars deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Aug 27, 2023
1 parent df0906d commit 5596768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libacars/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cd /tmp

repo="https://github.com/wiedehopf/adsb-scripts"
ipath=/usr/local/share/adsb-scripts
stuff="git cmake zlib1g-dev"
stuff="git cmake zlib1g-dev libjansson-dev"
branch="master"

if [[ -n $1 ]]; then
Expand Down Expand Up @@ -40,7 +40,7 @@ getGIT https://github.com/szpajder/libacars "$branch" "$GIT"

cd "$GIT"

VERSION=$(git rev-parse HEAD)
VERSION="$(git rev-parse HEAD)_with-jansson"

if grep -qs -e "$VERSION" "$ipath/libacars-installed"; then
echo "---------------------------------------------"
Expand Down

0 comments on commit 5596768

Please sign in to comment.