summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-05-17 21:55:15 +0200
committerAhmed Abdelhalim <[email protected]>2021-05-18 23:31:15 +0200
commit709d2e4ac894b5e1c690208238324db0d03b62c7 (patch)
treeaf865db4d0451da28ae6915b0af8bfb0c4e4c546
parent426e1892e44887bbabf5c219fbd7fcbf37831b19 (diff)
Update the debian linux dependencies
-rw-r--r--README.md7
1 files 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 [email protected]: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
```