diff --git a/profiles/DerGeret/Arch/install.sh b/profiles/DerGeret/Arch/install.sh index f9f7086a..b91be79f 100755 --- a/profiles/DerGeret/Arch/install.sh +++ b/profiles/DerGeret/Arch/install.sh @@ -7,6 +7,8 @@ pushd "${BASH_SOURCE%/*}" > /dev/null; . "../../../scripts/Arch/Config/ssh-agent/install.sh"; . "../../../scripts/Arch/Collections/personal.sh"; +yay --noconfirm -Syu xow; + NEXTCLOUD_DIR="${NEXTCLOUD_DIR}" \ INSTALL_FONTS=0 \ . "../../../scripts/Common/Config/UserProfile/install.sh"; diff --git a/scripts/Arch/Devices/SurfaceBook2/install.sh b/scripts/Arch/Devices/SurfaceBook2/install.sh index 04f2d9d5..39c2a25c 100755 --- a/scripts/Arch/Devices/SurfaceBook2/install.sh +++ b/scripts/Arch/Devices/SurfaceBook2/install.sh @@ -8,6 +8,8 @@ pushd "${BASH_SOURCE%/*}" > /dev/null; yay --noconfirm -Syu \ surface-dtx-daemon-bin \ surface-control-bin; + +yay --noconfirm -Syu xow; sudo systemctl enable surface-dtx-daemon.service systemctl enable --user surface-dtx-userd.service