Skip to content

Commit 6bcea39

Browse files
fix(install): Fixed Debian post install script for aws-iam-authenticator (#6274) (#6275)
(cherry picked from commit 037113a) Co-authored-by: Ashley Kleynhans <ashleykleynhans@users.noreply.github.com>
1 parent c32a5f2 commit 6bcea39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clouddriver-web/pkg_scripts/postInstall.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ install_awscli2() {
3434
./aws/install
3535
rm -rf ./awscliv2.zip ./aws
3636

37-
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
38-
chmod +x ./aws-iam-authenticator \
37+
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
38+
chmod +x ./aws-iam-authenticator
3939
mv ./aws-iam-authenticator /usr/local/bin/aws-iam-authenticator
4040
}
4141

0 commit comments

Comments
 (0)