diff --git a/scripts/Arch/Devices/SurfaceBook2/install.sh b/scripts/Arch/Devices/SurfaceBook2/install.sh index 80c62357..d96ec4f9 100755 --- a/scripts/Arch/Devices/SurfaceBook2/install.sh +++ b/scripts/Arch/Devices/SurfaceBook2/install.sh @@ -6,6 +6,11 @@ pushd "${BASH_SOURCE%/*}" > /dev/null; . "../../Software/xone/install.sh"; . "../Surface/install.sh"; +{ + echo "# vim:set ft=sh"; + echo "MODULES=(pinctrl_sunrisepoint surface_dtx)"; +} | sudo tee /etc/mkinitcpio.conf.d/surface-book-2.conf; + yay --noconfirm -Syu \ surface-dtx-daemon-bin \ surface-control-bin;