Remove obsolete step from ssh-agent installation

This commit is contained in:
Manuel Thalmann 2023-09-06 13:09:20 +02:00
parent b44b9ad537
commit ddaadd1a23

View file

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