From 3a4eed516bfab6a1a45f9f1eb1bc890ed35a4834 Mon Sep 17 00:00:00 2001 From: jash Date: Wed, 3 Oct 2018 22:30:16 +0200 Subject: [PATCH] added script to trigger real install.sh --- install.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 install.sh diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..bc75115 --- /dev/null +++ b/install.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +(cd install/script && TRACING=1 ./install.sh) \ No newline at end of file