From 15211b2e52bf8718620522a6ecbc099f6c6818d6 Mon Sep 17 00:00:00 2001 From: BirdZhang <0312birdzhang@gmail.com> Date: Tue, 28 Jan 2025 06:01:59 +0800 Subject: [PATCH] Update to new USB VID (#34487) https://github.com/commaai/panda/pull/2112/files --- tools/install_ubuntu_dependencies.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/install_ubuntu_dependencies.sh b/tools/install_ubuntu_dependencies.sh index f224f01f95..60e44fad8f 100755 --- a/tools/install_ubuntu_dependencies.sh +++ b/tools/install_ubuntu_dependencies.sh @@ -116,14 +116,14 @@ if [ -f "/etc/os-release" ]; then 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 <