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

Commit

Permalink
Updated comment in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
frankscholten committed Oct 15, 2015
1 parent e13798c commit c48f1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install
@@ -1,7 +1,7 @@
#!/bin/bash
#
# This script is meant for quick & easy install via:
# 'curl -sSL https://minimesos.org/install | sh'
# 'sudo curl -sSL https://raw.githubusercontent.com/ContainerSolutions/mini-mesos/master/bin/install | bash'

command_exists() {
command -v "$@" > /dev/null 2>&1
Expand Down

0 comments on commit c48f1ff

Please sign in to comment.