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