📝 add end-log to fish install
This commit is contained in:
parent
a681aa3f41
commit
00d0b76d00
1 changed files with 3 additions and 0 deletions
|
|
@ -4,5 +4,8 @@
|
||||||
echo >&2 "====================================================================="
|
echo >&2 "====================================================================="
|
||||||
echo >&2 " >> installing fish"
|
echo >&2 " >> installing fish"
|
||||||
sudo apt-get install -y fish
|
sudo apt-get install -y fish
|
||||||
|
|
||||||
echo >&2 " >>> changing shell to fish"
|
echo >&2 " >>> changing shell to fish"
|
||||||
sudo chsh -s /usr/bin/fish $USER
|
sudo chsh -s /usr/bin/fish $USER
|
||||||
|
|
||||||
|
echo >&2 " >>> echo $0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue