Skip to content

Instantly share code, notes, and snippets.

View PinkShellos's full-sized avatar

Vin Mascoli PinkShellos

  • Foundation Technologies
  • Minneapolis, MN
  • 06:23 (UTC -05:00)
View GitHub Profile
#!/bin/zsh
## postinstall
pathToScript=$0
pathToPackage=$1
targetLocation=$2
targetVolume=$3
# Optionally replace the value of this variable with the name of your organization.
organizationIdentifier=com.arekdreyer
@PinkShellos
PinkShellos / MegaPKGr.zsh
Created February 8, 2021 20:18 — forked from talkingmoose/MegaPKGr.zsh
The pkgbuild binary and Jamf Composer don't support adding single files of 8 GB or more to a package. Some apps like Install macOS Big Sur.app include files larger than 8 GB in their bundles. This script will create a deployable PKG file from apps whose bundles include those large files.
#!/bin/zsh
:<<ABOUT_THIS_SCRIPT
-------------------------------------------------------------------------------
Written by:William Smith
Professional Services Engineer
Jamf
bill@talkingmoose.net
https://gist.github.com/e9ed319226c6da30dd633725e48a97b0