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