From f1b5b52ca7cf7be99b64b031ca5d8a52e5228754 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 20 Nov 2017 13:26:28 +0100 Subject: showing the homepage --- bootstrap | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 bootstrap (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..373e5f5 --- /dev/null +++ b/bootstrap @@ -0,0 +1,12 @@ +#!/bin/sh + +if ! git --version >/dev/null; then + echo "git not installed" + exit 1 +fi + +echo "$0: Updating submodules" +echo | git submodule update --init + +echo "$0: Running autoreconf" +autoreconf -if -- cgit v1.2.3