Fix Desktop ISO install

This commit is contained in:
Mike Reeves
2023-07-28 10:51:45 -04:00
parent bb2a1b9521
commit 4672eeb99b
2 changed files with 4 additions and 2 deletions

View File

@@ -341,7 +341,9 @@ if [[ $is_desktop ]]; then
securityonion_repo
info "Enabling graphical interface and setting it to load at boot"
systemctl set-default graphical.target
startx
echo "Desktop Install Complete!"
echo ""
echo "Please reboot to start graphical interface"
exit 0
else
# Abort!