From 21cae7b7c3c4fa921c487e11366c053982744b96 Mon Sep 17 00:00:00 2001 From: Tilman Kamp Date: Mon, 15 Aug 2016 15:01:46 +0000 Subject: [PATCH] Added top level setup script --- setup.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 setup.sh diff --git a/setup.sh b/setup.sh new file mode 100755 index 0000000..33fdc7b --- /dev/null +++ b/setup.sh @@ -0,0 +1,16 @@ +#!/usr/bin/env bash +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +set -e + +cd setup +./setup.sh + +cd ../client +./setup.sh + +cd ../updater +./setup.sh +