From 2ff051ba5321ba75096ef21be93c807679ab703f Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Thu, 8 Aug 2024 20:23:51 -0700 Subject: [PATCH] linux: setup panda + jungle udev rules (#33241) * add rules * allow failure on docker --- tools/install_ubuntu_dependencies.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/tools/install_ubuntu_dependencies.sh b/tools/install_ubuntu_dependencies.sh index a7cf0e75c3..e768fb8d2c 100755 --- a/tools/install_ubuntu_dependencies.sh +++ b/tools/install_ubuntu_dependencies.sh @@ -148,6 +148,23 @@ if [ -f "/etc/os-release" ]; then if [[ "$INSTALL_EXTRA_PACKAGES" == "yes" ]]; then install_extra_packages fi + + if [[ -d "/etc/udev/rules.d/" ]]; then + # Setup panda udev rules + $SUDO tee /etc/udev/rules.d/12-panda_jungle.rules > /dev/null < /dev/null <