From 529c31fe680e44edf08bff966568c858a6031dfc Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Wed, 17 Aug 2022 13:12:24 +0100 Subject: [PATCH] Update installo-wswift-single.sh --- installo-wswift-single.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installo-wswift-single.sh b/installo-wswift-single.sh index 384deb1..000be60 100644 --- a/installo-wswift-single.sh +++ b/installo-wswift-single.sh @@ -121,8 +121,8 @@ trap cleanupAndExit EXIT # display first screen $dialog --title "Installing $label" \ - --message "" \ - --hideicon \ + --message "$label is installing, you will see the status below. /n Thank you for choosing Purple Computing." \ + --icon "SF=macwindow.badge.plus" \ --mini \ --progress 100 \ --position bottomright \