[feat] Add analyst option + add back helix option

This commit is contained in:
William Wernert
2020-10-27 11:21:03 -04:00
parent 83c23dd5de
commit 5054138be9
2 changed files with 49 additions and 15 deletions

View File

@@ -191,6 +191,10 @@ elif [ "$install_type" = 'HELIXSENSOR' ]; then
is_helix=true
elif [ "$install_type" = 'IMPORT' ]; then
is_import=true
elif [ "$install_type" = 'ANALYST' ]; then
cd "$(dirname "$0")/../" || exit 255
./so-analyst-install
exit 0
fi
# Say yes to the dress if its an ISO install