mirror of
https://github.com/tiyn/larbs.git
synced 2025-04-06 00:57:47 +02:00
changing to zsh as default for user
This commit is contained in:
parent
137495ef6c
commit
83533c4bf0
3
larbs.sh
3
larbs.sh
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user