From 709d2e4ac894b5e1c690208238324db0d03b62c7 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 17 May 2021 21:55:15 +0200 Subject: Update the debian linux dependencies --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa1bc2d..6063763 100644 --- a/README.md +++ b/README.md @@ -115,8 +115,9 @@ curl get.pow.cx/uninstall.sh | sh git clone git@github.com:a14m/.pass ~/.password-store ``` -- Fix Kali Linux Timezone +- Add Debian Linux missing dependencies ```bash -sudo apt-get install ntpdate -sudo ntpdate in.pool.ntp.org +sudo apt update +sudo apt upgrade +sudo apt install scdaemon vim htop tmux pass pass-extension-otp git-crypt ``` -- cgit v1.2.3