allow access to /dev/ttyUSB* without sudo

This commit is contained in:
Brendan Haines 2024-11-08 21:06:23 -07:00
parent a1247e5eeb
commit 1dbc87f450

View File

@ -575,6 +575,9 @@ sudo snap install blender --classic
# see https://askubuntu.com/questions/1403705/dev-ttyusb0-not-present-in-ubuntu-22-04
sudo apt-get remove -y brltty
# allow access to /dev/ttyUSB* without sudo
sudo usermod -a -G dialout $USER
# Wireshark
# https://askubuntu.com/questions/1275842/install-wireshark-without-confirm
echo "wireshark-common wireshark-common/install-setuid boolean false" | sudo debconf-set-selections