From efa854a8ebc2776ca328f447f7b0d97e301299ec Mon Sep 17 00:00:00 2001 From: eichehome Date: Mon, 17 Jan 2022 00:34:03 +0100 Subject: [PATCH] Enabled Bluetooth --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 084ceb6..1e472ff 100644 --- a/install.sh +++ b/install.sh @@ -50,6 +50,7 @@ systemctl enable fstrim.timer systemctl enable iwd systemctl enable sddm systemctl enable cups +systemctl enable bluetooth sed -i 's/MODULES=()/MODULES=(amdgpu)/' /etc/mkinitcpio.conf