bugfix: when changing shell a password is needed

server
tiyn 4 years ago
parent 4af8c111c9
commit 2916dffc6a

@ -19,7 +19,7 @@ My debian-based/arch compatible server/root-account dotfiles.
- get the rest manually - get the rest manually
- https://github.com/Peltoche/lsd - https://github.com/Peltoche/lsd
- https://github.com/andmarti1424/sc-im/wiki/Ubuntu-with-XLSX-import-&-export - https://github.com/andmarti1424/sc-im/wiki/Ubuntu-with-XLSX-import-&-export
#### Arch-based Systems #### Arch-based Systems
- Get the yay-AUR-pckagemanager or something similar (`pacman -S yay`). - Get the yay-AUR-pckagemanager or something similar (`pacman -S yay`).
@ -43,3 +43,6 @@ xargs -I{} mv {} .config-backup/{}
- `:PlugInstall` - `:PlugInstall`
- `:CocInstall` - `:CocInstall`
- change shell to zsh: `chsh -s /bin/zsh` - 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`

Loading…
Cancel
Save