summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
```