🐛 fix bash var concat syntax
This commit is contained in:
parent
7470cb24db
commit
b5805cbd8b
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ 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=$(FISH_VERSION)
|
||||
sudo apt-get install -y fish=${FISH_VERSION}
|
||||
|
||||
echo >&2 " >>> changing shell to fish"
|
||||
sudo chsh -s /usr/bin/fish $USER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue