From 1cdb4f8d7db3ef610b76cc073c7bfb677c51fb6f Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 10 Jun 2021 19:03:13 +0200 Subject: Fix the setup for pgp pinentry --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') 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 a14m@pm.me ```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 -- cgit v1.2.3