summaryrefslogtreecommitdiff
path: root/build_tools/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/bootstrap.sh')
-rwxr-xr-xbuild_tools/bootstrap.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build_tools/bootstrap.sh b/build_tools/bootstrap.sh
new file mode 100755
index 0000000..a5a0d2c
--- /dev/null
+++ b/build_tools/bootstrap.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+
+# need make to build redis
+sudo apt-get install make