Fix SurfaceBook 2 boot-up
This commit is contained in:
parent
cd6d5fcd9b
commit
0661bf3d62
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||||
. "../../Software/xone/install.sh";
|
. "../../Software/xone/install.sh";
|
||||||
. "../Surface/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 \
|
yay --noconfirm -Syu \
|
||||||
surface-dtx-daemon-bin \
|
surface-dtx-daemon-bin \
|
||||||
surface-control-bin;
|
surface-control-bin;
|
||||||
|
|
Loading…
Reference in a new issue