fix changing shell
This commit is contained in:
parent
162891d476
commit
cb9a63fe13
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user