Install ssh-agent for KDE

This commit is contained in:
Manuel Thalmann 2023-05-04 10:10:51 +02:00
parent ab904f170d
commit 92043a352c
2 changed files with 3 additions and 0 deletions

View file

@ -3,6 +3,7 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
. "../../../scripts/Arch/Devices/SurfaceBook2/install.sh";
. "../../../scripts/Arch/Software/sddm/install.sh";
. "../../../scripts/Arch/Config/ssh-agent/install.sh";
. "../../../scripts/Arch/Collections/school.sh";
NEXTCLOUD_DIR="${NEXTCLOUD_DIR}" \

View file

@ -0,0 +1,2 @@
#!/bin/bash
yay --noconfirm -Syu systemd-ssh-agent;