Skip to content

Commit 5cc21be

Browse files
committed
fix quick installer
1 parent dee61ef commit 5cc21be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

installers/nvidia_jetson/quick_update.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ sudo apt-get install -y \
4747
python3-websockets \
4848
gir1.2-gstreamer-1.0 \
4949
gir1.2-gst-plugins-base-1.0 \
50+
gstreamer1.0-x \
5051
gstreamer1.0-plugins-good \
5152
gstreamer1.0-plugins-bad \
5253
gstreamer1.0-plugins-ugly \
5354
gstreamer1.0-libav \
5455
gstreamer1.0-gl \
5556
gstreamer1.0-tools \
5657
gstreamer1.0-nice \
57-
drm-tools \
58-
libdrm-tests \
59-
kms++-utils
58+
x11-xserver-utils \
59+
libdrm-tests
6060

6161
echo
6262
echo "--> Refreshing Python packages..."

0 commit comments

Comments
 (0)