Enable ssh-agent service

This commit is contained in:
Manuel Thalmann 2023-05-05 14:27:37 +02:00
parent b84b6def0d
commit b91506ee7b

View file

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