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 5e8a2d3 commit be34e54Copy full SHA for be34e54
scripts/patch-realsense-ubuntu-L4T.sh
@@ -291,7 +291,7 @@ sudo depmod
291
# when using our jetson drivers instructions
292
UVCVIDEO_PATH=$(modinfo -F filename uvcvideo)
293
if [[ -z "$UVCVIDEO_PATH" ]]; then
294
- UVCVIDEO_PATH='/lib/modules/$(uname -r)/updates'
+ UVCVIDEO_PATH="/lib/modules/$(uname -r)/updates"
295
echo -e "\e[33mCould not find the uvcvideo kernel module.\nIt will be loaded into updates folder: $UVCVIDEO_PATH.\e[0m"
296
fi
297
0 commit comments