From 98077d54f5f9b0b2cefe2c17bb119bc034c6141c Mon Sep 17 00:00:00 2001 From: Max Richter Date: Sun, 12 Sep 2021 16:31:30 +0200 Subject: [PATCH] Update setup.sh --- setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.sh b/setup.sh index ecfec3a..c2234fa 100755 --- a/setup.sh +++ b/setup.sh @@ -3,6 +3,8 @@ cd "$(dirname "$0")" INTERACTIVE=$(tty -s && echo "true" || echo "false") +echo "Interactive: $INTERACTIVE" + #Loading all the helper scripts . ./helpers/installer.sh --source-only . ./helpers/prompt.sh --source-only