From d3af4a31ecdeca4fc6bb8b54a8451883732d5e80 Mon Sep 17 00:00:00 2001 From: Jason Young <46612682+jyoung8607@users.noreply.github.com> Date: Mon, 24 Feb 2025 15:35:48 -0800 Subject: [PATCH] PC: Fix Panda DFU device permissions (#34674) --- tools/install_ubuntu_dependencies.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/install_ubuntu_dependencies.sh b/tools/install_ubuntu_dependencies.sh index 56770997c3..03302364e9 100755 --- a/tools/install_ubuntu_dependencies.sh +++ b/tools/install_ubuntu_dependencies.sh @@ -98,7 +98,7 @@ if [ -f "/etc/os-release" ]; then esac if [[ -d "/etc/udev/rules.d/" ]]; then - # Setup panda udev rules + # Setup jungle udev rules $SUDO tee /etc/udev/rules.d/12-panda_jungle.rules > /dev/null < /dev/null <