From 61c6d49382cdbad4135a0b417b73ffd5c9651193 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 8 Mar 2024 12:17:40 +0000 Subject: [PATCH] Remove obsolete statement --- scripts/Arch/Devices/Surface/install.sh | 1 - 1 file changed, 1 deletion(-) 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;