Skip to content

Instantly share code, notes, and snippets.

@sneak
Created October 4, 2016 00:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sneak/958df7165ce5b9e4dd4c89da5764a8e1 to your computer and use it in GitHub Desktop.
Save sneak/958df7165ce5b9e4dd4c89da5764a8e1 to your computer and use it in GitHub Desktop.
way to find pkg osx is downloading to slipstream
lsof -n | grep REG | colrm 1 84 | grep -v Fonts | grep -v " " | sort | uniq | xargs file | grep xar
# then, *hard* link the found file to /tmp/mypackage.pkg and rename it when the download is finished.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment