📝 add end-log to fish install

This commit is contained in:
dth@taiga.ai 2023-06-11 20:54:19 +02:00
parent a681aa3f41
commit 00d0b76d00

View file

@ -4,5 +4,8 @@
echo >&2 "====================================================================="
echo >&2 " >> installing fish"
sudo apt-get install -y fish
echo >&2 " >>> changing shell to fish"
sudo chsh -s /usr/bin/fish $USER
echo >&2 " >>> echo $0"