From c65c2866068119b2da912eaa9a3cad2b92c69987 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Mon, 9 Mar 2026 15:10:58 +0000 Subject: [PATCH] fix(bootstrap): remove bluetooth service enabling Bluetooth does not for now work reliably on my machines. --- bootstrap.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index d0a8e73..1a7cad6 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -166,7 +166,6 @@ sudo systemctl enable sddm # ============================================================================= log "Enabling system services" -sudo systemctl enable bluetooth sudo systemctl enable docker sudo usermod -aG docker "$USER" sudo systemctl enable earlyoom 2>/dev/null || true