fix changing shell

This commit is contained in:
Anton Volnuhin 2023-05-30 11:54:55 +03:00
parent 162891d476
commit cb9a63fe13

View File

@ -156,6 +156,6 @@ then
echo echo
echo echo
echo "Changing shell to fish for user $USER" echo "Changing shell to fish for user $USER"
sudo chsh -s $(which fish) $USER sudo chsh -s $(command -v fish) $USER
fi fi