From 8e352fcc803e2af90b71417ce86d9ca21d5e1be5 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 18 Apr 2023 23:27:18 -0500 Subject: [PATCH] remove connman config from arch install.sh --- installers/arch/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/arch/install.sh b/installers/arch/install.sh index 0cc29ec..54706ac 100755 --- a/installers/arch/install.sh +++ b/installers/arch/install.sh @@ -28,7 +28,7 @@ wireless() { sudo systemctl enable tlp.service sudo systemctl enable bluetooth.service - sudo systemctl enable connman.service + #sudo systemctl enable connman.service sudo systemctl enable iwd.service echo "Done installing wireless programs."