mirror of
https://github.com/minio/minio.git
synced 2025-01-15 16:53:16 -05:00
7 lines
77 B
Bash
7 lines
77 B
Bash
|
#!/bin/bash -e
|
||
|
#
|
||
|
#
|
||
|
|
||
|
# Always install the latest.
|
||
|
python -m pip install s3cmd
|