Fix malformed command

This commit is contained in:
Manuel Thalmann 2023-06-02 22:43:18 +02:00
parent b984d2e36b
commit e76c42186c

View file

@ -19,7 +19,7 @@ yay --noconfirm -Syu \
zsh \
fish;
sudo chsh $USER "$(which fish)";
sudo chsh $USER --shell "$(which fish)";
. "../Software/git/install.sh";