|
@ -15,6 +15,6 @@ rm -rf /tmp/s3cmd |
|
|
|
|
|
|
|
|
# install go-cron |
|
|
# install go-cron |
|
|
apk add --no-cache curl |
|
|
apk add --no-cache 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 |
|
|
chmod u+x /usr/local/bin/go-cron |
|
|
apk del curl |
|
|
apk del curl |