From c83413fa2a7183d79dcbb1e95ae47c38404d0a57 Mon Sep 17 00:00:00 2001 From: Keerthan Mala Date: Thu, 25 Feb 2016 14:48:56 -0700 Subject: [PATCH] fix(minio): update to release + multipart fix` --- server/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/install.sh b/server/install.sh index a2ce2d2..fa661c5 100755 --- a/server/install.sh +++ b/server/install.sh @@ -9,9 +9,10 @@ # # See the 'mc' build target in the Makefile (in the parent directory) for an example of how to use this script. +apt-get update && apt-get install -yq yasm mkdir -p $GOPATH/src/github.com/minio cd $GOPATH/src/github.com/minio -curl -L -O -s https://github.com/minio/minio/archive/master.tar.gz && tar -xvzf master.tar.gz && rm master.tar.gz && mv minio-master minio +git clone -b deis --single-branch https://github.com/deis/minio-src.git minio cd minio make install cp $GOPATH/bin/minio /pwd/minio