From 580c7a948de61be4675780a517284d7744f94c38 Mon Sep 17 00:00:00 2001 From: "dth@taiga.ai" Date: Mon, 12 Jun 2023 22:18:19 +0200 Subject: [PATCH] :pushpin: change fish version to match ubuntu20.04 --- install_fish.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/install_fish.sh b/install_fish.sh index 399946e..adfb693 100644 --- a/install_fish.sh +++ b/install_fish.sh @@ -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 "====================================================================="