File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33if [[ " ${FLAVOUR} " =~ (simple| tanzu| gcloud) ]]
44then
5- execHandle ' Installing fish' sudo apk add fish perl fzf git
5+ execHandle ' Installing fish' sudo apk add awk fish fzf git perl
66elif [[ " ${FLAVOUR} " =~ (aws| azure) ]]
77then
88 prepare
99 execHandle ' Downloading fish repo' sudo curl -f -s -L https://download.opensuse.org/repositories/shells:fish:release:3/CentOS_7/shells:fish:release:3.repo -o /etc/yum.repos.d/shells:fish:release:3.repo
10- execHandle ' Installing fish' sudo yum install -y fish git
10+ execHandle ' Installing fish' sudo yum install -y awk fish git
1111 execHandle ' Downloading fzf' curl -f -s -L https://github.com/junegunn/fzf/archive/master.zip -o master.zip
1212 execHandle ' Unzipping fzf' unzip master.zip
1313 execHandle ' Moving fzf' mv fzf-master ~ /bin
You can’t perform that action at this time.
0 commit comments