|
@@ -11,8 +11,8 @@ rm -rf $ROOT/tmp/*
|
|
|
# ----- Start build -----
|
|
|
if [ ! -r "$ROOT/bin/minio" ]; then
|
|
|
echo "minio not found, downloading..."
|
|
|
- wget https://dl.min.io/server/minio/release/linux-amd64/minio -O $ROOT/bin/minio
|
|
|
- chmod +x $ROOT/bin/minio
|
|
|
+ wget https://dl.min.io/server/minio/release/linux-amd64/minio -O $ROOT/bin/minio-store
|
|
|
+ chmod +x $ROOT/bin/minio-store
|
|
|
fi
|
|
|
if [ ! -r "$ROOT/bin/mc" ]; then
|
|
|
echo "mc not found, downloading..."
|