Update README.md
This commit is contained in:
parent
8c7ecbe77c
commit
7d437acd7d
|
|
@ -343,6 +343,8 @@ From this point we will be configuring the `live system`.
|
|||
|
||||
2. Configure network-manager
|
||||
|
||||
1. Create config file
|
||||
|
||||
```shell
|
||||
cat <<EOF > /etc/NetworkManager/NetworkManager.conf
|
||||
[main]
|
||||
|
|
@ -354,7 +356,7 @@ From this point we will be configuring the `live system`.
|
|||
managed=false
|
||||
```
|
||||
|
||||
3. Reconfigure network-manager
|
||||
2. Reconfigure network-manager
|
||||
|
||||
```shell
|
||||
dpkg-reconfigure network-manager
|
||||
|
|
|
|||
Loading…
Reference in New Issue