From 858e884ec2d24d0e82c298a20da7f42ffec5ea1b Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 28 Jul 2023 10:52:37 -0400 Subject: [PATCH] Fix Desktop ISO install --- setup/so-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index 171ef090c..ce0aa83f7 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -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!