mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Update installation.markdown (#7868)
Change usermod "-G" to usermod "-aG" since we want the user added to dialout, not moved to dialout.
This commit is contained in:
parent
4454eaab4a
commit
6e3a0cc33d
@ -148,7 +148,7 @@ $ dmesg | grep USB
|
||||
If Home Assistant (`hass`) runs with another user (e.g., *homeassistant* on Hassbian) give access to the stick with:
|
||||
|
||||
```bash
|
||||
$ sudo usermod -a -G dialout homeassistant
|
||||
$ sudo usermod -aG dialout homeassistant
|
||||
```
|
||||
|
||||
<p class='Note'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user