Browse Source

fix s3cmd

pull/5/head
Johannes Schickling 9 years ago
parent
commit
2ae9f83349
  1. 2
      s3cmd/install.sh

2
s3cmd/install.sh

@ -5,7 +5,7 @@ set -e
# install s3cmd
apk update
apk add python py-pip py-setuptools git openssl
apk add python py-pip py-setuptools git ca-certificates
pip install python-magic
git clone https://github.com/s3tools/s3cmd.git /tmp/s3cmd
cd /tmp/s3cmd

Loading…
Cancel
Save