-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from SecondSonConsulting/0.5.2-dev
0.5.2 dev
- Loading branch information
Showing
2 changed files
with
48 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ set -x | |
# @BigMacAdmin on the MacAdmins Slack | ||
# [email protected] | ||
|
||
scriptVersion="v.0.5.1" | ||
scriptVersion="v.0.5.2" | ||
|
||
######################################################################################################## | ||
######################################################################################################## | ||
|
@@ -60,7 +60,7 @@ fi | |
#Variables for our primary Dialog window | ||
dialogTitle="Your computer setup is underway" | ||
dialogMessage="Feel free to step away, this could take 30 minutes or more. \n\nYour computer will restart when it's ready for use." | ||
dialogIcon="/System/Library/CoreServices/Erase Assistant.app" | ||
dialogIcon="/System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/Resources/AppIcon.icns" | ||
dialogAdditionalOptions=( | ||
--blurscreen | ||
--width 900 | ||
|
@@ -876,20 +876,23 @@ scriptArguments=() | |
pkgsToInstall=() | ||
pkgValidations=() | ||
|
||
############################## | ||
# Process Initial Scripts # | ||
############################## | ||
|
||
process_scripts InitialScripts | ||
|
||
################### | ||
# Build Arrays # | ||
################### | ||
# Build dialogList array by reading our configuration and looping through things | ||
|
||
#build_dialog_array InitialScripts | ||
build_dialog_array Installomator | ||
build_dialog_array Packages | ||
build_dialog_array Scripts | ||
|
||
build_dialog_list_options | ||
|
||
############################## | ||
# Process Initial Scripts # | ||
############################## | ||
|
||
process_scripts InitialScripts | ||
|
||
################################## | ||
# Draw our dialog list window # | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters