From 6dfbccb15630472233639bf2ad093493e90f3629 Mon Sep 17 00:00:00 2001 From: Ruben Undheim Date: Tue, 29 Jan 2019 14:54:40 +0000 Subject: New upstream version 2.1.0 --- script/setup | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 script/setup (limited to 'script/setup') diff --git a/script/setup b/script/setup new file mode 100755 index 0000000..554389e --- /dev/null +++ b/script/setup @@ -0,0 +1,10 @@ +#!/bin/sh +# Setups the repository. + +# Stop on errors +set -e + +cd "$(dirname "$0")/.." +script/bootstrap + +pip3 install -e . -- cgit v1.2.3