We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e23085 commit 14a8304Copy full SHA for 14a8304
packer/linux/scripts/install-s3secrets-helper.sh
@@ -11,6 +11,6 @@ case "${MACHINE}" in
11
esac
12
13
echo "Downloading s3-secrets-helper..."
14
-curl -Lsf -o /usr/local/bin/s3secrets-helper \
+sudo curl -Lsf -o /usr/local/bin/s3secrets-helper \
15
"https://github.com/buildkite/elastic-ci-stack-s3-secrets-hooks/releases/download/v${S3_SECRETS_HELPER_VERSION}/s3secrets-helper-linux-${ARCH}"
16
sudo chmod +x /usr/local/bin/s3secrets-helper
0 commit comments