From 2916dffc6aed1bef0db66b60b1c7dc942f7435cd Mon Sep 17 00:00:00 2001 From: tiyn Date: Fri, 5 Mar 2021 15:18:15 +0100 Subject: [PATCH] bugfix: when changing shell a password is needed --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fcf673..25c704e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ My debian-based/arch compatible server/root-account dotfiles. - get the rest manually - https://github.com/Peltoche/lsd - https://github.com/andmarti1424/sc-im/wiki/Ubuntu-with-XLSX-import-&-export - + #### Arch-based Systems - Get the yay-AUR-pckagemanager or something similar (`pacman -S yay`). @@ -43,3 +43,6 @@ xargs -I{} mv {} .config-backup/{} - `:PlugInstall` - `:CocInstall` - change shell to zsh: `chsh -s /bin/zsh` + - it is possible that you're asked for a password. If so you need to change + the line in `/etc/pam.d/chsh` from `auth required pam_shells.so` to + `auth sufficient pam_sehlls.so`