Enable ssh-agent service

This commit is contained in:
Manuel Thalmann 2023-05-05 14:27:37 +02:00
parent 1d13edbe61
commit f85e02253b

View file

@ -1,2 +1,3 @@
#!/bin/bash
yay --noconfirm -Syu systemd-ssh-agent;
systemctl --user enable ssh-agent;