Update the installation script to use the latest version of Minio Server (2025-04-22).
Browse files
scripts/install/core-service-install.sh
CHANGED
|
@@ -32,7 +32,7 @@ apt-get install -y --no-install-recommends \
|
|
| 32 |
|
| 33 |
# Install minio server
|
| 34 |
log "Installing minio server..."
|
| 35 |
-
MINIO_VERSION="RELEASE.
|
| 36 |
wget -O /usr/local/bin/minio "https://dl.min.io/server/minio/release/linux-amd64/archive/minio.${MINIO_VERSION}"
|
| 37 |
chmod +x /usr/local/bin/minio
|
| 38 |
|
|
|
|
| 32 |
|
| 33 |
# Install minio server
|
| 34 |
log "Installing minio server..."
|
| 35 |
+
MINIO_VERSION="RELEASE.2025-04-22T22-12-26Z"
|
| 36 |
wget -O /usr/local/bin/minio "https://dl.min.io/server/minio/release/linux-amd64/archive/minio.${MINIO_VERSION}"
|
| 37 |
chmod +x /usr/local/bin/minio
|
| 38 |
|