We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee61ef commit 5cc21beCopy full SHA for 5cc21be
1 file changed
installers/nvidia_jetson/quick_update.sh
@@ -47,16 +47,16 @@ sudo apt-get install -y \
47
python3-websockets \
48
gir1.2-gstreamer-1.0 \
49
gir1.2-gst-plugins-base-1.0 \
50
+ gstreamer1.0-x \
51
gstreamer1.0-plugins-good \
52
gstreamer1.0-plugins-bad \
53
gstreamer1.0-plugins-ugly \
54
gstreamer1.0-libav \
55
gstreamer1.0-gl \
56
gstreamer1.0-tools \
57
gstreamer1.0-nice \
- drm-tools \
58
- libdrm-tests \
59
- kms++-utils
+ x11-xserver-utils \
+ libdrm-tests
60
61
echo
62
echo "--> Refreshing Python packages..."
0 commit comments