Rename Devices
directories to Drivers
This commit is contained in:
parent
3f1ae4d347
commit
7930880ac1
11 changed files with 2 additions and 2 deletions
scripts/Arch/Drivers/SurfaceBook2
21
scripts/Arch/Drivers/SurfaceBook2/install.sh
Executable file
21
scripts/Arch/Drivers/SurfaceBook2/install.sh
Executable file
|
@ -0,0 +1,21 @@
|
|||
#!/bin/bash
|
||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||
|
||||
. "../../Software/yay/install.sh";
|
||||
. "../../Software/nvidia-dkms/install.sh";
|
||||
. "../../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;
|
||||
|
||||
sudo systemctl enable surface-dtx-daemon.service
|
||||
systemctl enable --user surface-dtx-userd.service
|
||||
|
||||
popd > /dev/null;
|
Loading…
Add table
Add a link
Reference in a new issue