From 9e48937e3c9c92e5373e212eb7d5d4567d96be90 Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Mon, 23 Oct 2023 12:13:24 +0200 Subject: [PATCH] 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. --- install_base/install_base.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/install_base/install_base.sh b/install_base/install_base.sh index 689efe9..78eeb7c 100644 --- a/install_base/install_base.sh +++ b/install_base/install_base.sh @@ -133,10 +133,8 @@ apt install -y --no-install-recommends \ message "install nanodesk base packages with recommends" apt install -y \ grub-pc \ - connman \ - connman-ui \ - connman-gtk \ - connman-vpn \ + network-manager \ + network-manager-gnome \ net-tools \ isc-dhcp-client \ host \