Skip to content
This repository has been archived by the owner on Jun 22, 2018. It is now read-only.

Commit

Permalink
#98 Removed -all classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
frankscholten committed Oct 15, 2015
1 parent afadc6a commit e13798c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ VERSION=0.3.0

mkdir -p /usr/local/share/minimesos

curl -sSL https://jitpack.io/com/github/ContainerSolutions/mini-mesos/$VERSION/mini-mesos-$VERSION-all.jar > /usr/local/share/minimesos/mini-mesos-$VERSION.jar
curl -sSL https://jitpack.io/com/github/ContainerSolutions/mini-mesos/$VERSION/mini-mesos-$VERSION.jar > /usr/local/share/minimesos/mini-mesos-$VERSION.jar
curl -sSL https://raw.githubusercontent.com/ContainerSolutions/mini-mesos/$VERSION/bin/minimesos > /usr/local/bin/minimesos

chmod +x /usr/local/bin/minimesos

0 comments on commit e13798c

Please sign in to comment.