PortValhalla/scripts/Arch/Config/ssh-agent/install.sh

4 lines
87 B
Bash
Raw Normal View History

2023-05-04 08:10:51 +00:00
#!/bin/bash
yay --noconfirm -Syu systemd-ssh-agent;
2023-05-05 12:27:37 +00:00
systemctl --user enable ssh-agent;