diff options
| author | fpi | 2020-04-05 20:00:32 +0200 | 
|---|---|---|
| committer | fpi | 2020-04-05 20:03:51 +0200 | 
| commit | c9d71cab67bd90becfa1472d3af9220f367f2ee3 (patch) | |
| tree | 9e0790552747e131c1246f44334aaf34e79e73ca | |
| parent | Enable gpg keys for ssh authentication (diff) | |
Update symlinks
| -rw-r--r-- | gpg-agent.org | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/gpg-agent.org b/gpg-agent.org index 3ba28c4..02e2d55 100644 --- a/gpg-agent.org +++ b/gpg-agent.org @@ -1,8 +1,8 @@  #+PROPERTY: header-args:conf :tangle tangle/gpg-agent.conf :comments org -#+BEGIN_SRC sh :tangle no :results silent -ln -sf $(pwd)/tangle/gpg-agent.conf ~/.gnupg/gpg-agent.conf -ln -sf $(pwd)/tangle/sshcontrol ~/.gnupg/sshcontrol +#+BEGIN_SRC sh :tangle tangle/symlink.sh :results silent :shebang "#!/bin/bash" +ln -siv $(pwd)/tangle/gpg-agent.conf ~/.gnupg/gpg-agent.conf +ln -siv $(pwd)/tangle/sshcontrol ~/.gnupg/sshcontrol  #+END_SRC  | 
