Fix bug in chsh

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

View File

@@ -281,7 +281,7 @@ run() {
fi
if [ $should_install_dotfiles ]; then
sudo chsh $USER -s /bin/zsh
sudo chsh $USER -s /usr/bin/zsh
fi
# Prepare venv for python