mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Update installation.markdown (#7883)
Change from -G to -aG, since we want to add to the group and not change the group. (Sorry I didn't catch this with the last one.)
This commit is contained in:
parent
8fe99f60e2
commit
1c1bc54c96
@ -249,7 +249,7 @@ $ groups homeassistant
|
||||
That should include `dialout`, if it doesn't then:
|
||||
|
||||
```bash
|
||||
$ sudo usermod -G dialout homeassistant
|
||||
$ sudo usermod -aG dialout homeassistant
|
||||
```
|
||||
|
||||
### {% linkable_title Device path changes %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user