PortValhalla/scripts/Arch/Devices/SurfaceBook2/install.sh

17 lines
393 B
Bash
Raw Normal View History

#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
. "../../Software/yay/install.sh";
. "../../Software/nvidia-dkms/install.sh";
2023-06-21 19:45:52 +00:00
. "../../Software/xow/install.sh";
. "../Surface/install.sh";
yay --noconfirm -Syu \
surface-dtx-daemon-bin \
surface-control-bin;
2023-04-06 11:41:20 +00:00
sudo systemctl enable surface-dtx-daemon.service
systemctl enable --user surface-dtx-userd.service
popd > /dev/null;