3 lines
87 B
Bash
Executable file
3 lines
87 B
Bash
Executable file
#!/bin/bash
|
|
yay --noconfirm -Syu systemd-ssh-agent;
|
|
systemctl --user enable ssh-agent;
|