From 54ab217936e511eeaffeae5feaee28d2308702f3 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 21 Jun 2023 21:40:21 +0200 Subject: [PATCH] Install `xow` where applicable --- profiles/DerGeret/Arch/install.sh | 2 ++ scripts/Arch/Devices/SurfaceBook2/install.sh | 2 ++ 2 files changed, 4 insertions(+) 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 6b617b2e..67272b2b 100755 --- a/scripts/Arch/Devices/SurfaceBook2/install.sh +++ b/scripts/Arch/Devices/SurfaceBook2/install.sh @@ -9,6 +9,8 @@ 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