Install xow where applicable

This commit is contained in:
Manuel Thalmann 2023-06-21 21:40:21 +02:00
parent 20b575a1de
commit 14d5e038a5
2 changed files with 4 additions and 0 deletions

View file

@ -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";

View file

@ -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