Skip to content

Commit

Permalink
Deployment: Add libgraphviz-dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Mar 19, 2024
1 parent 240f927 commit 975b852
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Deployment/payload/root/post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ apt install -y --no-install-recommends \
gstreamer1.0-libav \
libgstrtspserver-1.0-dev \
libudev-dev \
libgraphviz-dev \
libsystemd-dev
if test $? -ne 0; then
echo "Failed to install vmpserverd dependencies"
Expand Down

0 comments on commit 975b852

Please sign in to comment.