📌 pin fish version
This commit is contained in:
parent
324ba6ebdd
commit
b6371e2dd4
1 changed files with 2 additions and 1 deletions
|
|
@ -1,9 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
FISH_VERSION=3.3.1+ds-3
|
||||||
|
|
||||||
# I'd like to use fish, please
|
# I'd like to use fish, please
|
||||||
echo >&2 "====================================================================="
|
echo >&2 "====================================================================="
|
||||||
echo >&2 " >> installing fish"
|
echo >&2 " >> installing fish"
|
||||||
sudo apt-get install -y fish
|
sudo apt-get install -y fish=$(FISH_VERSION)
|
||||||
|
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue