Skip to content

Commit

Permalink
Hint about HDMI2USB_UDEV_IGNORE.
Browse files Browse the repository at this point in the history
  • Loading branch information
fidergo-stephane-gourichon committed Oct 16, 2019
1 parent 34809c7 commit ad4a2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/enter-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fi
if [ -f /etc/udev/rules.d/99-hdmi2usb-permissions.rules -o -f /lib/udev/rules.d/99-hdmi2usb-permissions.rules -o -f /lib/udev/rules.d/60-hdmi2usb-udev.rules -o ! -z "$HDMI2USB_UDEV_IGNORE" ]; then
true
else
echo "Please install the HDMI2USB udev rules."
echo "Please install the HDMI2USB udev rules, or `export HDMI2USB_UDEV_IGNORE=somevalue` to ignore this."
echo "On Debian/Ubuntu, these can be installed by running scripts/debian-setup.sh"
echo
return 1
Expand Down

0 comments on commit ad4a2cb

Please sign in to comment.