Configure fish now on bash and ubuntu repo install without interactions
This commit is contained in:
parent
46c7e5d0e0
commit
b49762e21b
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user