Install xow
where applicable
This commit is contained in:
parent
0291f370b4
commit
54ab217936
2 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue