Commit 7cadcce8 authored by nanahira's avatar nanahira

Update install.sh

parent 82147d64
Pipeline #39924 failed with stages
in 18 seconds
......@@ -8,14 +8,11 @@ apk update
apk add mysql-client python3 py3-pip tzdata zstd
apk add mysql-client python3 py3-awscli tzdata zstd
cp -rf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
echo "Asia/Shanghai" > /etc/timezone
# install s3 tools
pip 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment