* replace dhcpcd5 with network-manager * seed in the nymea repository and nymea-networkmanager * patch nymea-networkmanager startup comand to use "Raspberry Pi" instead of nymea
5 lines
63 B
Bash
5 lines
63 B
Bash
#!/bin/bash -e
|
|
|
|
systemctl enable ssh
|
|
systemctl disable dhcpcd5
|