Skip to content

Commit c8dc892

Browse files
committed
Updated script to pulkl down archive version with the Full UI access
1 parent 7a34779 commit c8dc892

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy-minio.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ echo "[3/10] Installing wget..."
3838
sudo $PM install -y wget
3939

4040
echo "[4/10] Downloading and setting up MinIO binary..."
41-
sudo wget https://dl.min.io/server/minio/release/linux-amd64/minio -O /usr/local/bin/minio
41+
sudo wget https://dl.min.io/community/server/minio/release/linux-amd64/archive/minio.RELEASE.2025-04-22T22-12-26Z -O /usr/local/bin/minio
4242
sudo chmod +x /usr/local/bin/minio
4343

4444
echo "[5/10] Creating ZFS filesystem ${POOL_NAME}/minio..."

0 commit comments

Comments
 (0)