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

fixing bug in switching shell

This commit is contained in:
TiynGER 2019-11-11 15:19:20 +01:00
parent 83533c4bf0
commit e08ce1b782

View File

@ -223,7 +223,7 @@ sudo gpasswd -a $USER docker
sudo systemctl stop docker.service
#changing default shell
chsh --shell /bin/sh $USER
chsh --shell /bin/zsh $USER
#updating pkgfile packagerepos
sudo pkgfile -u