♻️ bug update apt before installing fish
This commit is contained in:
parent
5f8583f33e
commit
e956e6cd3c
1 changed files with 2 additions and 0 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue