Remove obsolete step from ssh-agent installation

This commit is contained in:
Manuel Thalmann 2023-09-06 13:09:20 +02:00
parent 78d7eb128f
commit fd91f9e2e6

View file

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