mirror of
https://github.com/tiyn/larbs.git
synced 2025-04-03 15:57:46 +02:00
fixing bug in switching shell
This commit is contained in:
parent
83533c4bf0
commit
e08ce1b782
2
larbs.sh
2
larbs.sh
@ -223,7 +223,7 @@ sudo gpasswd -a $USER docker
|
|||||||
sudo systemctl stop docker.service
|
sudo systemctl stop docker.service
|
||||||
|
|
||||||
#changing default shell
|
#changing default shell
|
||||||
chsh --shell /bin/sh $USER
|
chsh --shell /bin/zsh $USER
|
||||||
|
|
||||||
#updating pkgfile packagerepos
|
#updating pkgfile packagerepos
|
||||||
sudo pkgfile -u
|
sudo pkgfile -u
|
||||||
|
Loading…
x
Reference in New Issue
Block a user