mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 07:26:28 +00:00
Remove smart quotes and fix typo (#222)
Both of these create errors when copy pasting to follow the instructions: - Remove smart quotes from around "HassOS default" - Changing typo of 'system_connections' to 'system-connections'
This commit is contained in:
parent
b827a90a35
commit
bcb9c3fa1f
@ -115,7 +115,7 @@ From here you will use the `nmcli` configuration tool.
|
||||
|
||||
`# nmcli con show "HassOS default"` will list all the properties of the connection.
|
||||
|
||||
`# nmcli con edit “HassOS default”` will put you in a position to edit the connection.
|
||||
`# nmcli con edit "HassOS default"` will put you in a position to edit the connection.
|
||||
|
||||
`nmcli> print ipv4` will show you the ipv4 properties of this connection.
|
||||
|
||||
@ -132,7 +132,7 @@ nmcli> save
|
||||
nmcli> exit
|
||||
```
|
||||
|
||||
If you now view the default connection `cat /etc/NetworkManager/system_connections/default` you should see the method is manual and the address is set.
|
||||
If you now view the default connection `cat /etc/NetworkManager/system-connections/default` you should see the method is manual and the address is set.
|
||||
|
||||
Doing a `nmcli con reload` does not always work so restart the VM.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user