Salt local install of Analyst Workstation

This commit is contained in:
Mike Reeves
2022-04-11 11:04:25 -04:00
parent 365866c9cc
commit d9416f3828
2 changed files with 24 additions and 5 deletions

View File

@@ -100,11 +100,15 @@ if [[ $is_analyst ]]; then
fi
if ! whiptail_analyst_install; then
# Lets make this a standalone
echo "Enabling graphical interface and setting it to load at boot"
systemctl set-default graphical.target
startx
exit 0
if [[ $is_analyst_iso ]]; then
# Lets make this a standalone
echo "Enabling graphical interface and setting it to load at boot"
systemctl set-default graphical.target
startx
exit 0
else
analyst_salt_local
fi
fi
# If you got this far then you want to join the grid