Skip to content

Commit

Permalink
fix(install): Fixed Debian post install script for aws-iam-authentica…
Browse files Browse the repository at this point in the history
…tor (#6274) (#6275)

(cherry picked from commit 037113a)

Co-authored-by: Ashley Kleynhans <[email protected]>
  • Loading branch information
mergify[bot] and ashleykleynhans authored Aug 19, 2024
1 parent c32a5f2 commit 6bcea39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clouddriver-web/pkg_scripts/postInstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ install_awscli2() {
./aws/install
rm -rf ./awscliv2.zip ./aws

curl "https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v${AWS_AIM_AUTHENTICATOR_VERSION}/aws-iam-authenticator_${AWS_AIM_AUTHENTICATOR_VERSION}_linux_amd64" -O aws-iam-authenticator
chmod +x ./aws-iam-authenticator \
curl "https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v${AWS_AIM_AUTHENTICATOR_VERSION}/aws-iam-authenticator_${AWS_AIM_AUTHENTICATOR_VERSION}_linux_amd64" -o aws-iam-authenticator
chmod +x ./aws-iam-authenticator
mv ./aws-iam-authenticator /usr/local/bin/aws-iam-authenticator
}

Expand Down

0 comments on commit 6bcea39

Please sign in to comment.