Update setup.sh

This commit is contained in:
2021-09-12 16:31:30 +02:00
committed by GitHub
parent 5887c09cb3
commit 98077d54f5

View File

@ -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