Update setup.sh

This commit is contained in:
max_richter 2021-09-12 16:31:30 +02:00 committed by GitHub
parent 5887c09cb3
commit 98077d54f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,8 @@ cd "$(dirname "$0")"
INTERACTIVE=$(tty -s && echo "true" || echo "false") INTERACTIVE=$(tty -s && echo "true" || echo "false")
echo "Interactive: $INTERACTIVE"
#Loading all the helper scripts #Loading all the helper scripts
. ./helpers/installer.sh --source-only . ./helpers/installer.sh --source-only
. ./helpers/prompt.sh --source-only . ./helpers/prompt.sh --source-only