Configure fish now on bash and ubuntu repo install without interactions

This commit is contained in:
Anton Volnuhin 2023-05-28 16:32:33 +03:00
parent 46c7e5d0e0
commit b49762e21b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env fish #!/usr/bin/env bash
Green='\033[0;32m' # Green Green='\033[0;32m' # Green
NC='\033[0m' # No Color NC='\033[0m' # No Color

View File

@ -50,7 +50,7 @@ sleep 3
{{ else -}} {{ else -}}
## Setup fish repo in ubuntu ## Setup fish repo in ubuntu
sudo apt-add-repository ppa:fish-shell/release-3 sudo apt-add-repository ppa:fish-shell/release-3 -y
{{ end -}} {{ end -}}
## Update repos with fish repo included and install fish ## Update repos with fish repo included and install fish