📌 pin fish version

This commit is contained in:
dth@taiga.ai 2023-06-11 21:15:29 +02:00
parent 324ba6ebdd
commit b6371e2dd4

View file

@ -1,9 +1,10 @@
#!/bin/bash
FISH_VERSION=3.3.1+ds-3
# I'd like to use fish, please
echo >&2 "====================================================================="
echo >&2 " >> installing fish"
sudo apt-get install -y fish
sudo apt-get install -y fish=$(FISH_VERSION)
echo >&2 " >>> changing shell to fish"
sudo chsh -s /usr/bin/fish $USER