📌 change fish version to match ubuntu20.04
This commit is contained in:
parent
c81bb4e134
commit
580c7a948d
1 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
#!/bin/bash
|
||||
FISH_VERSION=3.3.1+ds-3
|
||||
|
||||
# fish version on ubuntu 22.04
|
||||
# FISH_VERSION=3.3.1+ds-3
|
||||
# fish version on ubuntu 20.04 (codespaces ubuntu version)
|
||||
FISH_VERSION=3.1.0-1.2
|
||||
|
||||
# I'd like to use fish, please
|
||||
echo >&2 "====================================================================="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue