Enable ssh-agent service
This commit is contained in:
parent
1d13edbe61
commit
f85e02253b
1 changed files with 1 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
#!/bin/bash
|
||||
yay --noconfirm -Syu systemd-ssh-agent;
|
||||
systemctl --user enable ssh-agent;
|
||||
|
|
Loading…
Reference in a new issue