Add a script for setting up ct board

This commit is contained in:
Manuel Thalmann 2023-05-10 15:06:52 +02:00
parent 0641bfa2c8
commit ec378b69e5
3 changed files with 8 additions and 0 deletions
scripts/Common/Config/udev

View file

@ -0,0 +1,4 @@
#!/bin/bash
{
echo 'SUBSYSTEM=="usb", ATTR{idVendor}=="0483", MODE="0666"';
} | sudo tee /etc/udev/rules.d/50-ct-board.rules;