From e08ce1b782ec0f937b78bb208cf8b737c4670df4 Mon Sep 17 00:00:00 2001 From: TiynGER <43725244+TiynGER@users.noreply.github.com> Date: Mon, 11 Nov 2019 15:19:20 +0100 Subject: [PATCH] fixing bug in switching shell --- larbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/larbs.sh b/larbs.sh index 7c6e633..9e188ed 100644 --- a/larbs.sh +++ b/larbs.sh @@ -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