Enable ssh-agent via symlink

This commit is contained in:
2022-01-03 15:32:15 +00:00
parent ef268c6d73
commit 19ef88ebdd
3 changed files with 1 additions and 2 deletions

View File

@ -89,7 +89,6 @@ install() {
configure() {
loginctl enable-linger $UID
systemctl --user enable ssh-agent
}
install && link && configure