1
0
mirror of https://github.com/tiyn/larbs.git synced 2025-04-02 15:37:45 +02:00

changing to zsh as default for user

This commit is contained in:
TiynGER 2019-11-04 00:02:37 +01:00
parent 137495ef6c
commit 83533c4bf0

View File

@ -222,6 +222,9 @@ sudo groupadd docker
sudo gpasswd -a $USER docker
sudo systemctl stop docker.service
#changing default shell
chsh --shell /bin/sh $USER
#updating pkgfile packagerepos
sudo pkgfile -u