use network-manager instead of connman
connman does not work probably and i havent found out why yet (havent searched that much). a short test and comparison shows up, that the memory consumption of both is close to identical. So I choose now network-manager, which is much more common and comes with a much better support and feature set.
This commit is contained in:
parent
71f45b7a80
commit
9e48937e3c
1 changed files with 2 additions and 4 deletions
|
@ -133,10 +133,8 @@ apt install -y --no-install-recommends \
|
||||||
message "install nanodesk base packages with recommends"
|
message "install nanodesk base packages with recommends"
|
||||||
apt install -y \
|
apt install -y \
|
||||||
grub-pc \
|
grub-pc \
|
||||||
connman \
|
network-manager \
|
||||||
connman-ui \
|
network-manager-gnome \
|
||||||
connman-gtk \
|
|
||||||
connman-vpn \
|
|
||||||
net-tools \
|
net-tools \
|
||||||
isc-dhcp-client \
|
isc-dhcp-client \
|
||||||
host \
|
host \
|
||||||
|
|
Loading…
Reference in a new issue