Skip to content

Commit

Permalink
leave curl for the sentry endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
frnandu committed Feb 2, 2024
1 parent ea20844 commit 6cdbb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-backup-s3/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apk add aws-cli
apk add curl
curl -L https://github.com/odise/go-cron/releases/download/v0.0.6/go-cron-linux.gz | zcat > /usr/local/bin/go-cron
chmod u+x /usr/local/bin/go-cron
apk del curl
#apk del curl


# cleanup
Expand Down

0 comments on commit 6cdbb6d

Please sign in to comment.