mirror of
https://github.com/ditkrg/db-backup-s3.git
synced 2026-01-22 22:06:45 +00:00
don't use --insecure flag on curl download
This commit is contained in:
parent
84df67ae0e
commit
563c0fdbdf
@ -17,7 +17,7 @@ pip3 install awscli
|
||||
|
||||
# install go-cron
|
||||
apk add curl
|
||||
curl -L --insecure https://github.com/odise/go-cron/releases/download/v0.0.6/go-cron-linux.gz | zcat > /usr/local/bin/go-cron
|
||||
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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user