Browse Source

fixing bug in switching shell

master
TiynGER 1 year ago
parent
commit
e08ce1b782
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      larbs.sh

+ 1
- 1
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

Loading…
Cancel
Save