Skip to content
Snippets Groups Projects
Commit d7297066 authored by Nikolay Stanchev's avatar Nikolay Stanchev
Browse files

Fixes broken minio installation

parent ffc91104
No related branches found
No related tags found
Loading
......@@ -47,6 +47,8 @@ cd /usr/local/go/src/github.com/minio
git clone https://github.com/minio/minio
cd minio
# fix the minio version
git checkout tags/RELEASE.2019-03-27T22-35-21Z
go install -v -ldflags "$(go run buildscripts/gen-ldflags.go)"
# check minio configuration available
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment