diff --git a/scripts/Arch/Devices/Surface/install.sh b/scripts/Arch/Devices/Surface/install.sh index 37b4fb37..4a5d7e1f 100755 --- a/scripts/Arch/Devices/Surface/install.sh +++ b/scripts/Arch/Devices/Surface/install.sh @@ -46,7 +46,6 @@ retry 5 sudo pacman --noconfirm -Sy \ intel-ucode \ linux-firmware-marvell; -sudo systemctl enable bluetooth --now; sudo grub-mkconfig -o /boot/grub/grub.cfg; yes | yay --answerclean=None --answerdiff=None -Syu libwacom-surface;