Fix Desktop ISO install

This commit is contained in:
Mike Reeves
2023-07-28 10:52:37 -04:00
parent 4672eeb99b
commit 858e884ec2

View File

@@ -343,7 +343,7 @@ if [[ $is_desktop ]]; then
systemctl set-default graphical.target
echo "Desktop Install Complete!"
echo ""
echo "Please reboot to start graphical interface"
echo "Please reboot to start graphical interface."
exit 0
else
# Abort!