Install ssh-agent
for KDE
This commit is contained in:
parent
610defefde
commit
cfe8da4b7a
2 changed files with 3 additions and 0 deletions
|
@ -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}" \
|
||||
|
|
2
scripts/Arch/Config/ssh-agent/install.sh
Executable file
2
scripts/Arch/Config/ssh-agent/install.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
yay --noconfirm -Syu systemd-ssh-agent;
|
Loading…
Reference in a new issue