fixing bug in switching shell

master
TiynGER 5 years ago
parent 83533c4bf0
commit e08ce1b782

@ -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

Loading…
Cancel
Save