aboutsummaryrefslogtreecommitdiffstats
path: root/tools/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/setup.sh')
-rwxr-xr-xtools/setup.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/setup.sh b/tools/setup.sh
index 8b0ef42..54d10bf 100755
--- a/tools/setup.sh
+++ b/tools/setup.sh
@@ -8,11 +8,13 @@
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
-vagrant_version=2.0.3
+vagrant_version=2.1.1
function usage {
cat <<EOF
-usage: setup.sh -p <PROVIDER>
+usage: $0 -p <PROVIDER>
+Installation of vagrant and its dependencies in Linux OS
+
Argument:
-p Vagrant provider
EOF