💥 📌 temporary pin fish version debian11

This commit is contained in:
DannyDannyDanny 2024-02-03 19:51:07 +01:00
parent 4bb94461aa
commit 23819343b6

View file

@ -4,10 +4,14 @@ set -e
echo >&2 "=====================================================================" echo >&2 "====================================================================="
echo >&2 " >> installing fish" echo >&2 " >> installing fish"
echo 'deb http://download.opensuse.org/repositories/shells:/fish:/release:/3/Debian_12/ /' | \ # TODO: autodetect debian11/12
# echo 'deb http://download.opensuse.org/repositories/shells:/fish:/release:/3/Debian_12/ /' | \
echo 'deb http://download.opensuse.org/repositories/shells:/fish:/release:/3/Debian_11/ /' | \
sudo tee /etc/apt/sources.list.d/shells:fish:release:3.list sudo tee /etc/apt/sources.list.d/shells:fish:release:3.list
curl -fsSL https://download.opensuse.org/repositories/shells:fish:release:3/Debian_12/Release.key | \ # TODO: autodetect debian11/12
# curl -fsSL https://download.opensuse.org/repositories/shells:fish:release:3/Debian_12/Release.key | \
curl -fsSL https://download.opensuse.org/repositories/shells:fish:release:3/Debian_11/Release.key | \
gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_fish_release_3.gpg > /dev/null gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_fish_release_3.gpg > /dev/null
sudo apt update sudo apt update