♻️ bug update apt before installing fish

This commit is contained in:
Daniel Thoren 2023-06-13 13:50:26 +02:00 committed by GitHub
parent 5f8583f33e
commit e956e6cd3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,8 @@ FISH_VERSION=3.1.0-1.2
# I'd like to use fish, please
echo >&2 "====================================================================="
echo >&2 " >> apt updating"
sudo apt update
echo >&2 " >> installing fish"
sudo apt-get install -y fish=${FISH_VERSION}