Skip to content

Commit 14a8304

Browse files
committed
Fix curl error 23 write error downloading the binary
1 parent 0e23085 commit 14a8304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packer/linux/scripts/install-s3secrets-helper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ case "${MACHINE}" in
1111
esac
1212

1313
echo "Downloading s3-secrets-helper..."
14-
curl -Lsf -o /usr/local/bin/s3secrets-helper \
14+
sudo curl -Lsf -o /usr/local/bin/s3secrets-helper \
1515
"https://github.com/buildkite/elastic-ci-stack-s3-secrets-hooks/releases/download/v${S3_SECRETS_HELPER_VERSION}/s3secrets-helper-linux-${ARCH}"
1616
sudo chmod +x /usr/local/bin/s3secrets-helper

0 commit comments

Comments
 (0)