Fix bug in chsh
This commit is contained in:
parent
70838875e6
commit
806c1d1510
@ -281,7 +281,7 @@ run() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $should_install_dotfiles ]; then
|
if [ $should_install_dotfiles ]; then
|
||||||
sudo chsh $USER -s /bin/zsh
|
sudo chsh $USER -s /usr/bin/zsh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Prepare venv for python
|
# Prepare venv for python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user