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

4 lines
87 B
Bash
Executable file

#!/bin/bash
yay --noconfirm -Syu systemd-ssh-agent;
systemctl --user enable ssh-agent;