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