Add scripts for installing school software

This commit is contained in:
Manuel Thalmann 2024-07-17 14:26:01 +02:00
parent 719a9ab8ff
commit f2e37ffd22
2 changed files with 24 additions and 0 deletions
scripts/Common/Software/udev

View file

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