Skip to content

Commit

Permalink
Uploading updated First Boot Package Install Generator.app installer
Browse files Browse the repository at this point in the history
Uploading updated First Boot Package Install Generator.app installer
and associated components.
  • Loading branch information
rtrouton committed Sep 29, 2017
1 parent 1ab8e63 commit eee9f46
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
@@ -1,3 +1,3 @@
Name: First Boot Package Install Generator
ID: com.github.first_boot_package_install_generator
Version: 1.5
Version: 1.6
Expand Up @@ -182,7 +182,7 @@ if [[ -d "$install_dir" ]]; then

# read all installer names into an array

install=($(/usr/bin/find "$install_dir" -maxdepth 2 \( -iname \*\.pkg -o -iname \*\.mpkg \)))
install=($(/usr/bin/find -s "$install_dir" -maxdepth 2 \( -iname \*\.pkg -o -iname \*\.mpkg \)))

# restore IFS to previous state

Expand Down
Expand Up @@ -227,7 +227,7 @@ if [[ -d "$install_dir" ]]; then

# read all installer names into an array

install=($(/usr/bin/find "$install_dir" -maxdepth 2 \( -iname \*\.pkg -o -iname \*\.mpkg \)))
install=($(/usr/bin/find -s "$install_dir" -maxdepth 2 \( -iname \*\.pkg -o -iname \*\.mpkg \)))

# restore IFS to previous state

Expand Down
Binary file not shown.
Binary file modified installer/First_Boot_Package_Install_Generator.zip
Binary file not shown.

0 comments on commit eee9f46

Please sign in to comment.