Unverified Commit 0a41a0e6 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #8880 from AJRepo/linux_doc_updates

Doc: Linux gstreamer install, exclude doc packages
parents 0c0a7625 7c050ae1
......@@ -50,7 +50,7 @@ QGC also supports RTSP, TCP-MPEG2 and MPEG-TS (h.264) pipelines.
Use apt-get to install GStreamer 1.0
```
list=$(apt-cache --names-only search ^gstreamer1.0-* | awk '{ print $1 }' | grep -v gstreamer1.0-hybris)
list=$(apt-cache --names-only search ^gstreamer1.0-* | awk '{ print $1 }' | sed -e /-doc/d | grep -v gstreamer1.0-hybris)
```
```
sudo apt-get install $list
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment