Skip to content

Commit 82984a1

Browse files
committed
fix: add missing awk package to azure flavour
1 parent 8d27163 commit 82984a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

feature/_fish/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
if [[ "${FLAVOUR}" =~ (simple|tanzu|gcloud) ]]
44
then
5-
execHandle 'Installing fish' sudo apk add fish perl fzf git
5+
execHandle 'Installing fish' sudo apk add awk fish fzf git perl
66
elif [[ "${FLAVOUR}" =~ (aws|azure) ]]
77
then
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

0 commit comments

Comments
 (0)