added single app example for SwiftDialog

This commit is contained in:
Armin Briegel
2022-08-03 09:02:38 +02:00
parent a094ffca67
commit 629aa22017
2 changed files with 155 additions and 5 deletions
+2 -5
View File
@@ -20,9 +20,6 @@ else
DEBUG=1
fi
# the delay to simulate an install in DEBUG mode
fakeInstallDelay=5
# list of Installomator labels
items=(
@@ -157,14 +154,14 @@ done
# display first screen
$dialog --title "More Software" \
--icon "SF=gear" \
--message "We are downloading and installing some extra Apps. Hold on for minute..." \
--message "We are downloading and installing some extra Apps..." \
--progress $itemCount \
"${listitems[@]}" \
--button1disabled \
--big \
--ontop \
--liststyle compact \
--messagefont size=16 \
--width 700 \
--commandfile $dialog_command_file & dialogPID=$!
sleep 0.1