summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-06-10 19:03:13 +0200
committerAhmed Abdelhalim <[email protected]>2021-06-10 19:03:13 +0200
commit1cdb4f8d7db3ef610b76cc073c7bfb677c51fb6f (patch)
treeca220130a8adbf66baf1901a60ad16879a27a5fc
parent4a85cfde4c89692f5cc621b31398d8376088b602 (diff)
Fix the setup for pgp pinentry
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3f9b285..50b53fe 100644
--- a/README.md
+++ b/README.md
@@ -78,8 +78,9 @@ gpg --edit-key [email protected]
```bash
sudo apt update -y
sudo apt upgrade -y
-sudo apt install scdaemon vim htop tmux pass pass-extension-otp git-crypt -y
+sudo apt install scdaemon vim htop tmux pass pass-extension-otp git-crypt pinentry-tty -y
ln -sf ~/.rc/.bashrc ~/.bashrc
+sudo ln -sf /usr/bin/pinentry-tty /usr/local/bin/pinentry-tty
ssh-add -L > ~/.ssh/.authorized_keys
sudo systemctl enable ssh
sudo ufw enable