Update setup.sh
This commit is contained in:
parent
5887c09cb3
commit
98077d54f5
2
setup.sh
2
setup.sh
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user