mirror of
https://github.com/mtan93/Installomator.git
synced 2026-05-27 06:11:48 +01:00
added single app example for SwiftDialog
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user