🐛 fix bash var concat syntax

This commit is contained in:
dth@taiga.ai 2023-06-11 21:40:28 +02:00
parent 7470cb24db
commit b5805cbd8b

View file

@ -4,7 +4,7 @@ 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=$(FISH_VERSION) 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