summaryrefslogtreecommitdiff
path: root/install_dependencies.sh
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2016-04-08 22:36:29 +0100
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2016-04-08 22:41:39 +0100
commitaf79188446e85ab05c4616c0a0ce7152ed2fc17f (patch)
tree9661091b244ac463786baa76bd685227a1368a82 /install_dependencies.sh
parentb624ff1257110a67373101d7c8c0d321e3a1c0ca (diff)
downloadybd-af79188446e85ab05c4616c0a0ce7152ed2fc17f.tar.gz
[ci skip] readme fixes, quick-start via install_dependencies.sh
Diffstat (limited to 'install_dependencies.sh')
-rwxr-xr-xinstall_dependencies.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/install_dependencies.sh b/install_dependencies.sh
index 9924d3d..2286536 100755
--- a/install_dependencies.sh
+++ b/install_dependencies.sh
@@ -15,10 +15,13 @@
# =*= License: GPL-2 =*=
#
-# This is a bash script which attempts install ybd's dependencies
-# it's mainly intended for ci and automated test setups...
+# This is a bash script which attempts to install ybd's dependencies.
+# It's mainly intended for ci and automated test setups...
#
+# echo what we're doing
+set -x
+
# install dependencies for debian, ubuntu
which apt-get 2>&1 > /dev/null
if [ $? -eq 0 ]; then