Fix bug in chsh

This commit is contained in:
Thomas Forgione 2025-05-03 17:02:39 +02:00
parent 70838875e6
commit 806c1d1510

View File

@ -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