diff --git a/larbs.sh b/larbs.sh index 7552efa..7c6e633 100644 --- a/larbs.sh +++ b/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