📌 change fish version to match ubuntu20.04

This commit is contained in:
dth@taiga.ai 2023-06-12 22:18:19 +02:00
parent c81bb4e134
commit 580c7a948d

View file

@ -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 "====================================================================="