From d0bf9dffa52640e0cb89a86344eb5b9c70c7a331 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Fri, 13 Feb 2026 19:18:19 +0100 Subject: [PATCH] fix: typo --- runs/01-system-setup/05-bluetooth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runs/01-system-setup/05-bluetooth b/runs/01-system-setup/05-bluetooth index f2441b7..938717d 100755 --- a/runs/01-system-setup/05-bluetooth +++ b/runs/01-system-setup/05-bluetooth @@ -1,5 +1,5 @@ #!/usr/bin/env bash sudo pacman -S bluez bluez-utils blueman --noconfirm -sudo systemctl --enable --now bluetooth.service +sudo systemctl enable --now bluetooth.service