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

Update install.sh to use a fixed version of minio

parent d2e95b26
No related branches found
No related tags found
No related merge requests found
......@@ -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